home-manager/gui: Add shortcut to rofi for desktop files

This commit is contained in:
Jack O'Sullivan 2023-08-22 12:09:40 +01:00
parent 4094162785
commit 8e46111558

View File

@ -150,6 +150,7 @@ in
lib.mkOptionDefault {
"${mod}+d" = null;
"${mod}+x" = "exec ${cfg.menu}";
"${mod}+Shift+x" = "exec rofi -show drun";
"${mod}+q" = "kill";
"${mod}+Shift+q" = "exec swaynag -t warning -m 'bruh you really wanna kill sway?' -b 'ye' 'systemctl --user stop graphical-session.target && swaymsg exit'";
"${mod}+Shift+s" = "exec flameshot gui";