From 663f6a95554e62677ccc9d6f375f17b8b05b0120 Mon Sep 17 00:00:00 2001 From: Lilou <quentinduchemin@tuta.io> Date: Fri, 28 Mar 2025 14:56:51 +0100 Subject: [PATCH] [i3] Typo lower volume --- .config/i3/config_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 4914b35..4bbca09 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -240,7 +240,7 @@ 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 5%+ -bindsym XF86AudioLowerVolume exec --no-startup-id aimxer -D pulse -M sset Master 5%- +bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse -M sset Master 5%- bindsym XF86AudioMute exec --no-startup-id amixer -D pulse -M sset 'Master' toggle ##################################