Pointed i3 microphone toggle shortcut at default source instead of hardcoded 0
This commit is contained in:
parent
7ed9aadfdf
commit
bc041d8a4e
@ -171,7 +171,7 @@ bindsym XF86MonBrightnessUp exec gmux_backlight +100
|
||||
bindsym XF86MonBrightnessDown exec gmux_backlight -100
|
||||
|
||||
# Microphone Toggle
|
||||
bindsym $mod+backslash exec pactl set-source-mute 0 toggle
|
||||
bindsym $mod+backslash exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Composite
|
||||
exec compton
|
||||
|
Loading…
Reference in New Issue
Block a user