summaryrefslogtreecommitdiffstats
path: root/.i3
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-09-26 13:48:06 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-09-26 13:48:06 +0200
commit2844bd9184304e209fb7970702178753a754509d (patch)
tree47decab3b4ce578b185fcfe2daa3dc905979fecf /.i3
parent647c02bf0846c64abfeddecbf76a2611efe8f6c9 (diff)
downloaddotfiles-2844bd9184304e209fb7970702178753a754509d.tar.gz
dotfiles-2844bd9184304e209fb7970702178753a754509d.tar.xz
Add audio mute toggle
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3')
-rw-r--r--.i3/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.i3/config b/.i3/config
index 3bb0b17..df6d792 100644
--- a/.i3/config
+++ b/.i3/config
@@ -60,6 +60,7 @@ bindsym Print exec upshot-xbindkeys
bindsym Mod3+Up exec --no-startup-id pactl set-sink-volume 0 +10% #increase sound volume
bindsym Mod3+Down exec --no-startup-id pactl set-sink-volume 0 -10% #decrease sound volume
+bindsym Mod3+Right exec --no-startup-id pactl set-sink-mute 0 toggle #decrease sound volume
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% #decrease sound volume