diff options
| -rwxr-xr-x | sxhkd/sxhkdrc | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 222425e..2c8f824 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -145,13 +145,11 @@ XF86Audio{Prev,Next,Play,Stop}  # turn the brightness up  XF86MonBrightnessUp -	xbacklight -inc 1 -        # light -A 1 +        bl -i 1  # turn the brightness down  XF86MonBrightnessDown -        xbacklight -dec 1 -        # light -U 1 +        bl -d 1  # raise the volume  XF86AudioRaiseVolume | 
