home: wm: i3: enable rofi bindings when applicable

This commit is contained in:
Bruno BELANYI 2021-06-23 23:06:15 +02:00
parent 23c6093c36
commit 4cae294cf5

View file

@ -187,13 +187,13 @@ in
# Focus child container
"${modifier}+a" = "focus child";
}
{
(lib.optionalAttrs config.my.home.wm.rofi.enable {
# Rofi tools
"${modifier}+d" = "exec rofi -show drun -disable-history";
"${modifier}+Shift+d" = "exec rofi -show run -disable-history";
"${modifier}+p" = "exec --no-startup-id flameshot gui";
"${modifier}+Shift+p" = "exec rofi -show emoji";
}
})
(
# Changing container focus
genMovementBindings (