mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 19:28:34 +02:00
7 lines
131 B
Text
7 lines
131 B
Text
|
#!/bin/sh
|
||
|
|
||
|
pactl list short clients \
|
||
|
| awk '($3 == "spotify") {print $1}' \
|
||
|
| head -n-1 \
|
||
|
| xargs -rn1 pw-cli destroy
|