Added pamixer to sway config

This commit is contained in:
morten-b
2021-01-22 07:49:18 +01:00
committed by GitHub
parent 61e90dbf76
commit bf96aae021

View File

@@ -178,9 +178,9 @@ bindsym --whole-window --border $mod+shift+button5 resize grow width 5 px or 5 p
# #
# Volume # Volume
# #
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume 0 +3% bindsym --locked XF86AudioRaiseVolume exec pamixer -ui 2
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume 0 -3% bindsym --locked XF86AudioLowerVolume exec pamixer -ud 2
bindsym --locked XF86AudioMute exec pactl set-sink-mute 0 toggle bindsym --locked XF86AudioMute exec pamixer -t
# #
# Player # Player
# #