From 3daf036d7b9a2c2044549a149ee21e8d1f8fe913 Mon Sep 17 00:00:00 2001 From: Lilou Date: Tue, 20 May 2025 16:00:38 +0200 Subject: [PATCH] [Volume] Switch from 1% to 3% steps --- .config/i3/config_common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index aeb3005..010f0e3 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -239,8 +239,8 @@ bindsym $mod+r mode "$resize_mode" # ALSA keybinding (won't work with some keyboards... scroll in polybar in that case) -bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse -M sset Master 1%+ -bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse -M sset Master 1%- +bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse -M sset Master 3%+ +bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse -M sset Master 3%- bindsym XF86AudioMute exec --no-startup-id amixer -D pulse -M sset 'Master' toggle ##################################