Brightness control

This commit is contained in:
Curt Spark 2025-12-07 22:40:26 +00:00
parent a2c274cf96
commit a4ed545fcf
1 changed files with 3 additions and 0 deletions

View File

@ -334,6 +334,9 @@ binds {
XF86AudioMicMute allow-when-locked=true { spawn "toggle-mic"; } XF86AudioMicMute allow-when-locked=true { spawn "toggle-mic"; }
Alt+Delete 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+W { close-window; }
Alt+Left { focus-column-left; } Alt+Left { focus-column-left; }