Brightness control
This commit is contained in:
parent
a2c274cf96
commit
a4ed545fcf
|
|
@ -334,6 +334,9 @@ binds {
|
|||
XF86AudioMicMute allow-when-locked=true { spawn "toggle-mic"; }
|
||||
Alt+Delete allow-when-locked=true { spawn "toggle-mic"; }
|
||||
|
||||
XF86MonBrightnessUp allow-when-locked=true { spawn "sudo" "light" "-A" "10"; }
|
||||
XF86MonBrightnessDown allow-when-locked=true { spawn "sudo" "light" "-U" "10"; }
|
||||
|
||||
Alt+W { close-window; }
|
||||
|
||||
Alt+Left { focus-column-left; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue