diff options
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 |