feat: brightness control keybinds
This commit is contained in:
parent
abe42bed0c
commit
5270b253fe
1 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue