feat: brightness control keybinds

This commit is contained in:
hesam-init 2024-03-22 15:50:20 +03:30
parent abe42bed0c
commit 5270b253fe

View file

@ -49,6 +49,10 @@ bind=,XF86AudioNext, exec, playerctl next
bindl=, XF86AudioMedia, exec, playerctl play-pause
bindl=, XF86AudioStop, exec, playerctl stop
# Display brightness
binde=, XF86MonBrightnessUp, exec, lightctl up
binde=, XF86MonBrightnessDown, exec, lightctl down
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r