diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-08 06:31:51 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-08 06:31:51 -0500 |
commit | f78d3d72ea10c132858f4c07496257a1aafec187 (patch) | |
tree | 4b481b4d44e6e5007d65afdcd58460be7a100a8d /.config/sxhkd | |
parent | 6278b16afe70aec890ccb020c828ea64fe4fd146 (diff) |
Update sxhkd to use new backlight script
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
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 |