diff options
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 17067d0..751e118 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -17,6 +17,14 @@ super + ctrl + alt + f {XF86AudioMute} amixer -D pulse set Master 1+ toggle +{_, super} + XF86MonBrightnessDown + xbacklight - {10,1} +{_, super} + XF86MonBrightnessUp + xbacklight + {10,1} + + + + super + r rofi -show drun -show-icons |