i3: Do not unmute when changing the volume

I want to be able to control the volume **before** unmuting.
This commit is contained in:
2023-12-01 03:44:35 +01:00
parent 15a95846e5
commit 194e96b568

View File

@@ -178,9 +178,9 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 5
# Volume controls
# See: https://faq.i3wm.org/question/125/how-to-change-the-systems-volume.1.html
bindsym XF86AudioRaiseVolume exec --no-startup-id \
amixer -q -D pulse sset Master 5%+ unmute
amixer -q -D pulse sset Master 5%+
bindsym XF86AudioLowerVolume exec --no-startup-id \
amixer -q -D pulse sset Master 5%- unmute
amixer -q -D pulse sset Master 5%-
bindsym XF86AudioMute exec --no-startup-id \
amixer -q -D pulse sset Master toggle-mute