diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-09 16:55:01 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-09 16:55:01 +0200 |
commit | a84b4612f2d11eec7d4ced118613e8c4cb338230 (patch) | |
tree | 7553436b0c15809a7a61fc4725e268c98bdd219d /.i3/config | |
parent | 23c5195116ab3f01174454c4f19945dc72bcff92 (diff) | |
download | dotfiles-a84b4612f2d11eec7d4ced118613e8c4cb338230.tar.gz dotfiles-a84b4612f2d11eec7d4ced118613e8c4cb338230.tar.xz |
i3: Add audio keybindings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |