Add rofi-pass and rofi powermenu keybinds

This commit is contained in:
Evie Litherland-Smith 2024-04-15 10:47:43 +01:00
parent 390883b318
commit 6f47c993f1

View file

@ -146,6 +146,8 @@
# System utilities
"${modifier}+F1" = "exec ${programs.swaylock.package}/bin/swaylock --screenshots --clock --indicator --grace-no-mouse";
"${modifier}+p" = "exec ${programs.rofi.pass.package}/bin/rofi-pass";
"${modifier}+Shift+p" = "exec ${programs.rofi.finalPackage}/bin/rofi -show powermenu -modi powermenu:${pkgs.rofi-power-menu}/bin/rofi-power-menu";
"${modifier}+z" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw";
"${modifier}+Shift+z" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -d -sw";
"${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c";