From 73d5c2e7a2ef9c660fefdf74f7e3e6e142d41306 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 13 Jul 2022 14:00:06 +0200 Subject: [PATCH] Small interval values for volume --- .config/i3/config.d/desk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index e566530..6dc4151 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -14,8 +14,8 @@ workspace 8 output DVI-I-1 workspace 9 output DVI-I-1 # ALSA key binding (media keys do not even have keycode...) -bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%+ -bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%- +bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 2%+ +bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 2%- bindsym KP_Multiply exec --no-startup-id amixer set 'Master' toggle bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause bindsym XF86AudioPrev exec --no-startup-ip playerctl prev