feat: laptop brightness keybind

This commit is contained in:
hesam-init 2024-05-10 22:12:49 +03:30
parent b181818bef
commit ba374e29bd

View file

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