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 ##################################