From a84b4612f2d11eec7d4ced118613e8c4cb338230 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 9 Jul 2016 16:55:01 +0200 Subject: i3: Add audio keybindings Signed-off-by: Florian Pritz --- .i3/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.i3') diff --git a/.i3/config b/.i3/config index cc8385d..80ddc37 100644 --- a/.i3/config +++ b/.i3/config @@ -54,6 +54,9 @@ bindsym Mod3+F11 exec mpc toggle bindsym Mod3+F12 exec screen-locker.sh bindsym Print exec upshot +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume + # kill focused window bindsym $mod+Shift+q kill -- cgit v1.2.3-24-g4f1b