diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-06 12:05:57 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-06 12:05:57 -0400 |
commit | d5e71cd9ce195d381df6d75cc22af2cbc7b6ca43 (patch) | |
tree | b92527d803e33e66bfb1eb444b4745a3906e470b /.config/sxhkd | |
parent | a7a8de0f4553de0e33617c070dc536268b144308 (diff) |
vimtex lang, screenstatus uses integers now
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 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 |