diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index 4653b08..2297477 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -96,6 +96,7 @@ "super + alt + {Right,Down,Left}" = "${playerctl} {next,play-pause,previous}"; "XF86MonBrightness{Up,Down}" = "${xbacklight} -{inc,dec} 10 && ${notifyBrightness}"; "XF86PowerOff" = toString powermenu; + "button10" = "rofi -show drun"; }; }; }