i3: Do not unmute when changing the volume
I want to be able to control the volume **before** unmuting.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user