add backlight controls

This commit is contained in:
Adam Gausmann 2025-05-14 23:24:57 -05:00
parent 47de35844a
commit 55c047c194

View file

@ -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; }