mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +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) {
|
for (source in muted) {
|
||||||
gsub(/['"'"'"\\\$\(\)`]/, "\\\\&", descriptions[source])
|
gsub(/['"'"'"\\\$\(\)`]/, "\\\\&", descriptions[source])
|
||||||
print "echo "(allmuted?"🔊":"🔇")" "descriptions[source]
|
print "echo "(allmuted?"🔊":"🔇")" "descriptions[source]
|
||||||
print "pactl suspend-'$1' "source " false";
|
|
||||||
print "pactl set-'$1'-mute "source" "(!allmuted);
|
print "pactl set-'$1'-mute "source" "(!allmuted);
|
||||||
}
|
}
|
||||||
}' \
|
}' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue