feat: laptop brightness keybind
This commit is contained in:
parent
b181818bef
commit
ba374e29bd
1 changed files with 2 additions and 3 deletions
|
@ -54,8 +54,8 @@ bindl=, XF86AudioMedia, exec, playerctl play-pause
|
|||
bindl=, XF86AudioStop, exec, playerctl stop
|
||||
|
||||
# Display brightness
|
||||
binde=, XF86MonBrightnessUp, exec, lightctl up
|
||||
binde=, XF86MonBrightnessDown, exec, lightctl down
|
||||
binde=, XF86MonBrightnessUp, exec, brightnessctl set 10%+
|
||||
binde=, XF86MonBrightnessDown, exec, brightnessctl set 10%-
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
@ -83,7 +83,6 @@ bind = CTRL ALT, left, workspace, -2
|
|||
bind = ALT SHIFT, right, movetoworkspace, +1
|
||||
bind = ALT SHIFT, left, movetoworkspace, -1
|
||||
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
|
|
Loading…
Add table
Reference in a new issue