diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-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 373c64e..42ceac9 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -225,13 +225,13 @@ super + q kill -15 `xdotool getwindowfocus getwindowpid` ## Increase/decrease Brightness {XF86MonBrightnessUp, XF86MonBrightnessDown} - xbacklight -time 50 -fps 60 -{inc,dec} 5 && screenstatus + xbacklight -time 50 -{inc,dec} 5 && screenstatus ## Max-Out Brightness shift + XF86MonBrightnessUp - xbacklight -time 100 -fps 60 -set 100 && screenstatus + xbacklight -time 100 -set 100 && screenstatus ## Set Brightness to 5 percent shift + XF86MonBrightnessDown - xbacklight -time 100 -fps 60 -set 5 && screenstatus + xbacklight -time 100 -set 5 && screenstatus ## Display Setup Utility (mirror or extend displays) XF86Display displaymenu |