forked from logan/dotfiles
Added mute button to Hyprland binds
This commit is contained in:
parent
fa891a0ce6
commit
e6c3678ed0
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ bind=SUPERSHIFT,Q,killactive,
|
|||
# Volume controls
|
||||
bindle=,XF86AudioRaiseVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindle=,XF86AudioLowerVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindle=,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
|
||||
# Brightness
|
||||
bind=,XF86MonBrightnessUp,exec,light -A 10
|
||||
|
|
Loading…
Reference in a new issue