voidrice/.scripts/tools/pauseallmpv
2018-11-05 17:51:24 -05:00

4 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