Sxhkd: add mouse rofi

This commit is contained in:
Filippo Berto 2023-06-28 10:53:16 +01:00
parent e5b24370ae
commit 6e08335e8a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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";
};
};
}