home: wm: i3: add 'rofi-bluetooth' binding

This commit is contained in:
Bruno BELANYI 2021-10-15 17:19:12 +02:00
parent 645a602cc1
commit 0d87934ee0

View file

@ -198,6 +198,12 @@ in
"${modifier}+Shift+d" = "exec rofi -show run -disable-history"; "${modifier}+Shift+d" = "exec rofi -show run -disable-history";
"${modifier}+p" = "exec --no-startup-id flameshot gui"; "${modifier}+p" = "exec --no-startup-id flameshot gui";
"${modifier}+Shift+p" = "exec rofi -show emoji"; "${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 # Changing container focus