From f22aa4acd17a0d407273a318fdae44b95df777c9 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 6 Oct 2019 00:20:14 -0400 Subject: [PATCH] Formatting --- sway/config | 2 -- 1 file changed, 2 deletions(-) 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