hyprland: binds: add brightness controls
This commit is contained in:
parent
7212223fc1
commit
76bc8b4151
|
@ -25,6 +25,8 @@ bind = , XF86AudioPrev, exec, $pctl previous
|
||||||
bind = , XF86AudioMute, exec, pamixer -t
|
bind = , XF86AudioMute, exec, pamixer -t
|
||||||
bind = , XF86AudioRaiseVolume, exec, pamixer -i 2
|
bind = , XF86AudioRaiseVolume, exec, pamixer -i 2
|
||||||
bind = , XF86AudioLowerVolume, exec, pamixer -d 2
|
bind = , XF86AudioLowerVolume, exec, pamixer -d 2
|
||||||
|
bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||||
|
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||||
|
|
||||||
bind = SUPER, left, movefocus, l
|
bind = SUPER, left, movefocus, l
|
||||||
bind = SUPER, right, movefocus, r
|
bind = SUPER, right, movefocus, r
|
||||||
|
|
Loading…
Reference in a new issue