diff options
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index c673a3f..3d2e4c9 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -17,6 +17,10 @@ super + ctrl + alt + f {XF86AudioMute} amixer -D pulse set Master 1+ toggle +#backlight +{XF86MonBrightnessUp, XF86MonBrightnessDown} + xbacklight -{inc,dec} 5 + # runner super + r rofi -show drun -show-icons |