summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-08 06:31:51 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-08 06:31:51 -0500
commitf78d3d72ea10c132858f4c07496257a1aafec187 (patch)
tree4b481b4d44e6e5007d65afdcd58460be7a100a8d /.config
parent6278b16afe70aec890ccb020c828ea64fe4fd146 (diff)
Update sxhkd to use new backlight script
Diffstat (limited to '.config')
-rw-r--r--.config/sxhkd/sxhkdrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index dddf4b7..5e76133 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -231,13 +231,13 @@ super + q
kill -15 `xdotool getwindowfocus getwindowpid`
## Increase/decrease Brightness
{XF86MonBrightnessUp, XF86MonBrightnessDown}
- xbacklight -time 50 -{inc,dec} 5 && screenstatus
+ backlightctl -{i,d} 5
## Max-Out Brightness
shift + XF86MonBrightnessUp
- xbacklight -time 100 -set 100 && screenstatus
+ backlightctl -s 100
## Set Brightness to 5 percent
shift + XF86MonBrightnessDown
- xbacklight -time 100 -set 5 && screenstatus
+ backlightctl -s 0
## Display Setup Utility (mirror or extend displays)
XF86Display
arandr