summaryrefslogtreecommitdiffstats
path: root/.i3
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-07-09 16:55:01 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-07-09 16:55:01 +0200
commita84b4612f2d11eec7d4ced118613e8c4cb338230 (patch)
tree7553436b0c15809a7a61fc4725e268c98bdd219d /.i3
parent23c5195116ab3f01174454c4f19945dc72bcff92 (diff)
downloaddotfiles-a84b4612f2d11eec7d4ced118613e8c4cb338230.tar.gz
dotfiles-a84b4612f2d11eec7d4ced118613e8c4cb338230.tar.xz
i3: Add audio keybindings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3')
-rw-r--r--.i3/config3
1 files changed, 3 insertions, 0 deletions
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