summaryrefslogtreecommitdiffstats
path: root/.local/bin/pauseallmpv
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/pauseallmpv')
-rwxr-xr-x.local/bin/pauseallmpv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/pauseallmpv b/.local/bin/pauseallmpv
index 85a7032..15b9f59 100755
--- a/.local/bin/pauseallmpv
+++ b/.local/bin/pauseallmpv
@@ -5,6 +5,6 @@
# 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.
-for i in $(ls /tmp/mpvsoc*); do
+for i in $(ls /tmp/mpvSockets/*); do
echo '{ "command": ["set_property", "pause", true] }' | socat - $i;
done