diff options
Diffstat (limited to '.scripts/pauseallmpv')
| -rwxr-xr-x | .scripts/pauseallmpv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/pauseallmpv b/.scripts/pauseallmpv index b24f448..08241b5 100755 --- a/.scripts/pauseallmpv +++ b/.scripts/pauseallmpv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Sends a , key to all mpv instances, pausing them at the last frame. xdotool search --class mpv | xargs -I % xdotool key --window % comma |
