summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/pauseallmpv
blob: 08241b57f48bcc5789afc4604592d8a965317a92 (plain) (blame)
1
2
3
4
#!/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