From aeef0b0ca881d275d9cb277d7393c86d83dd622c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 22 Jan 2020 16:45:52 +0100 Subject: [PATCH] [ADD][I3] Finer-grained volume control --- i3/.config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 5ecfa47..54a08b6 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -298,6 +298,8 @@ bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks # Bind volume control keys and signal i3blocks on update bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+10 i3blocks bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+10 i3blocks +bindsym Shift+XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 1%+ && pkill -RTMIN+10 i3blocks +bindsym Shift+XF86AudioLowerVolume exec amixer -q -D pulse sset Master 1%- && pkill -RTMIN+10 i3blocks bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+10 i3blocks # Bind keyboard settings key to toggle touchpad bindsym XF86Tools exec toggle-touchpad