diff options
author | zachir <zachir@librem.one> | 2023-02-09 21:07:06 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 21:07:06 -0600 |
commit | 7a2dd5235800003487d43c57d1b76847c692bce4 (patch) | |
tree | 8d96101718e456180a6c6df40182a3e5dfe7e5cd /sxhkd/sxhkdrc | |
parent | 590e65f30f0478d7345be93191dc8bbe151c8a55 (diff) | |
parent | 9c096aa3d0e26537228489f3c522070454d96436 (diff) |
merge updates
Diffstat (limited to 'sxhkd/sxhkdrc')
-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 |