mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
Revert "toggle-mute: unsuspend device before toggling mute"
This reverts commit cb8d3e939d
. This does
not help.
This commit is contained in:
parent
cb8d3e939d
commit
b23f163695
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ case $1 in
|
|||
for (source in muted) {
|
||||
gsub(/['"'"'"\\\$\(\)`]/, "\\\\&", descriptions[source])
|
||||
print "echo "(allmuted?"🔊":"🔇")" "descriptions[source]
|
||||
print "pactl suspend-'$1' "source " false";
|
||||
print "pactl set-'$1'-mute "source" "(!allmuted);
|
||||
}
|
||||
}' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue