home: wm: i3: add 'rofi-bluetooth' binding
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8a8256e555
commit
537fa5c909
|
@ -198,6 +198,12 @@ in
|
|||
"${modifier}+Shift+d" = "exec rofi -show run -disable-history";
|
||||
"${modifier}+p" = "exec --no-startup-id flameshot gui";
|
||||
"${modifier}+Shift+p" = "exec rofi -show emoji";
|
||||
"${modifier}+b" =
|
||||
let
|
||||
inherit (config.my.home.bluetooth) enable;
|
||||
prog = "${pkgs.ambroisie.rofi-bluetooth}/bin/rofi-bluetooth";
|
||||
in
|
||||
lib.mkIf enable "exec ${prog}";
|
||||
})
|
||||
(
|
||||
# Changing container focus
|
||||
|
|
Loading…
Reference in a new issue