aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sway/config.d/hmbx-bindsym
blob: ae172c29db6dd2e990e376282d937663feb7a0b2 (plain)
1
2
3
4
# volume (requires wireplumber)
bindsym --locked XF86AudioRaiseVolume exec "wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+"
bindsym --locked XF86AudioLowerVolume exec "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
bindsym --locked XF86AudioMute exec "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"