diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-01 17:11:19 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-01 17:11:19 +0200 |
commit | 10b758964840177f2a81dae8c8aff7d5013d2ac3 (patch) | |
tree | b0705d1d7ed98056c7c2d94449a3f07e7bb548b1 /.i3/config | |
parent | 8cead121ce2d2e9ce252c5c9acb9974ddd95099f (diff) | |
download | dotfiles-10b758964840177f2a81dae8c8aff7d5013d2ac3.tar.gz dotfiles-10b758964840177f2a81dae8c8aff7d5013d2ac3.tar.xz |
i3: Increase steps in pulseaudio volume keybinding
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,8 +54,8 @@ 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 +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 # kill focused window bindsym $mod+Shift+q kill |