mute button on laptop and close & launch hyprpanel

This commit is contained in:
2026-01-06 00:18:41 +01:00
parent 36c60103ea
commit 6d7919b9cb
+3
View File
@@ -47,9 +47,12 @@ bind = SUPER,tab,changegroupactive
# Manual bindings
bind = SUPER, F,fullscreen
bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- "
bind = SUPER, Y, exec, hyprpanel -q
bind = SUPER, U, exec, hyprpanel
bindel = , XF86AudioRaiseVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = , XF86AudioLowerVolume, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl = , XF86AudioMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindl = , XF86AudioMicMute, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bindel = , F14, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bindel = , F15, exec, uwsm app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel = , F17, exec, uwsm app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+