diff options
Diffstat (limited to 'TOOLS/umpv')
-rwxr-xr-x | TOOLS/umpv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/umpv b/TOOLS/umpv index 3f68e9f2d5..4757e4b370 100755 --- a/TOOLS/umpv +++ b/TOOLS/umpv @@ -21,7 +21,7 @@ script after that will start a new mpv instance. Note that you can control the mpv instance by writing to the command fifo: - echo "cycle fullscreen" > /tmp/umpv-fifo-* + echo "cycle fullscreen" > ~/.umpv-fifo Note: you can supply custom mpv path and options with the MPV environment variable. The environment variable will be split on whitespace, and the |