diff --git a/sway/config b/sway/config index b10d32d..1a0ac69 100644 --- a/sway/config +++ b/sway/config @@ -189,9 +189,7 @@ mode "resize" { } bindsym $mod+r mode "resize" -# # Media Keys -# bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && pamixer --get-volume > /tmp/wobpipe bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && pamixer --get-volume > /tmp/wobpipe bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && ( `pamixer --get-mute` && echo 0 || pamixer --get-volume ) > /tmp/wobpipe