add backlight controls
This commit is contained in:
parent
47de35844a
commit
55c047c194
1 changed files with 4 additions and 0 deletions
|
@ -303,6 +303,10 @@ binds {
|
|||
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
|
||||
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
|
||||
|
||||
// 12 steps on an exponential scale
|
||||
XF86MonBrightnessUp allow-when-locked=true { spawn "light" "-T" "1.4678"; }
|
||||
XF86MonBrightnessDown allow-when-locked=true { spawn "sh" "-c" "light -N 1.0; light -T 0.68129"; }
|
||||
|
||||
Mod+Q { close-window; }
|
||||
|
||||
Mod+Left { focus-column-left; }
|
||||
|
|
Loading…
Add table
Reference in a new issue