voidrice/.scripts/pauseallmpv

5 lines
150 B
Text
Raw Normal View History

2018-10-04 18:00:58 +00:00
#!/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