summaryrefslogtreecommitdiffstats
path: root/.scripts/pauseallmpv
blob: b24f448b7085bfadfc8464fe7374ed67775c44ee (plain) (blame)
1
2
3
4
#!/bin/bash
# Sends a , key to all mpv instances, pausing them at the last frame.

xdotool search --class mpv | xargs -I % xdotool key --window % comma