diff options
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 |