Files
voidrice/.scripts/pauseallmpv
T

5 lines
150 B
Bash
Executable File

#!/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