mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 01:34:27 +02:00
spotify: remove socket cleaning
This may not needed anymore. Moreover, the ID returned by pactl is not the one we can use with PipeWire.
This commit is contained in:
parent
ea5bfbe7bb
commit
2e4e2d311c
4 changed files with 0 additions and 24 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Kill all spotify streams, except the most recent one.
|
||||
|
||||
pactl list short clients \
|
||||
| awk '($3 == "spotify") {print $1}' \
|
||||
| head -n-1 \
|
||||
| xargs -rn1 pacmd kill-client
|
Loading…
Add table
Add a link
Reference in a new issue