Skip to content
Snippets Groups Projects
Commit cbb8ab0e authored by Jan Hensel's avatar Jan Hensel
Browse files

scripts: Update loopbacktoggle for pipewire

parent 9ea784bf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ _exit_because_monitor() {
}
pactl get-default-source | grep -i "monitor" && _exit_because_monitor
if pactl list | grep loopback; then
if pactl list short modules | grep module-loopback; then
pactl unload-module module-loopback
notify-send -t 1000 "loopback off"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment