mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 19:54:21 +02:00
spotify-clean: explain purpose
This commit is contained in:
parent
06a53bd9d0
commit
3ad8106de7
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Kill all spotify streams, except the most recent one.
|
||||
|
||||
pactl list short clients \
|
||||
| awk '($3 == "spotify") {print $1}' \
|
||||
| head -n-1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue