+ Adding ipc socket control to musicbg again
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# mega autismo
|
||||
# controlling background mpv with sockest yo
|
||||
|
||||
opt=`echo "Pause\nKill" | dmenu -i -l 10 -p 'Background control'`
|
||||
opt=`echo "(Un)Pause\nKill" | dmenu -i -l 10 -p 'Background control'`
|
||||
|
||||
case $opt in
|
||||
Pause) echo 'cycle pause' | socat - /tmp/mpv-bg-socket;;
|
||||
|
||||
Reference in New Issue
Block a user