vincentbernat.i3wm-configur.../bin/spotify-clean
Vincent Bernat 22262cce1c spotify: don't sort clients when cleaning up
It seems that the ID is not strictly increasing.
2021-08-06 14:33:31 +02:00

6 lines
131 B
Bash
Executable file

#!/bin/sh
pactl list short clients \
| awk '($3 == "spotify") {print $1}' \
| head -n-1 \
| xargs -rn1 pw-cli destroy