[i3] Typo lower volume

master
Quentin Duchemin 2025-03-28 14:56:51 +01:00
parent a8f737337c
commit 663f6a9555
1 changed files with 1 additions and 1 deletions
.config/i3

View File

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