From 6e08335e8a2505138a8749f5cbf8f074e456827e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 28 Jun 2023 10:53:16 +0100 Subject: [PATCH] Sxhkd: add mouse rofi --- hm_modules/sxhkd.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }; }