Formatting

This commit is contained in:
James Patrick 2019-10-06 00:20:14 -04:00
parent ae3dd9681e
commit f22aa4acd1

View File

@ -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