+ Adding ipc socket control to musicbg again

This commit is contained in:
2022-04-14 21:00:18 -07:00
parent 30ee715264
commit 3cd1e39ecb
2 changed files with 2 additions and 2 deletions

View File

@@ -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;;