mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-29 14:18:22 +02:00
music: replace Spotify by Deezer
This commit is contained in:
parent
0ee6cfafe8
commit
4af98c2589
7 changed files with 4 additions and 26 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