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