mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix pauseallmpv: correct paths to unix socket files
This commit is contained in:
parent
3676be3fd4
commit
ec59ea0c9c
@ -5,6 +5,6 @@
|
|||||||
# every single one of them with one command! This is bound to super + shift + p
|
# every single one of them with one command! This is bound to super + shift + p
|
||||||
# (with other things) by default and is used in some other places.
|
# (with other things) by default and is used in some other places.
|
||||||
|
|
||||||
for i in $(ls /tmp/mpvsoc*); do
|
for i in $(ls /tmp/mpvSockets/*); do
|
||||||
echo '{ "command": ["set_property", "pause", true] }' | socat - $i;
|
echo '{ "command": ["set_property", "pause", true] }' | socat - $i;
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user