chore(sway): always use pamixer instead of pactl

This commit is contained in:
2026-03-11 14:32:39 +01:00
parent d4c4d21916
commit 5c877bca5a

View File

@@ -80,10 +80,10 @@ bindsym $mod+Shift+minus move scratchpad
bindsym $mod+minus scratchpad show
# xf86-volume
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
bindsym --locked XF86AudioMute exec pamixer -t && pamixer --get-volume > $wobs
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
bindsym --locked F16 exec pamixer --default-source -t
# xf86-brightness
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-