diff --git a/home/desktop/sxhkd.nix b/home/desktop/sxhkd.nix index d9ceee98..137621d0 100644 --- a/home/desktop/sxhkd.nix +++ b/home/desktop/sxhkd.nix @@ -8,6 +8,7 @@ # Launcher "super + @space" = "rofi -show drun"; + "super + shift + p" = "powermenu"; # bspwm hotkeys "super + Escape" = "pkill -USR1 -x sxhkd";