lock script moved to ~/.scripts, now pauses mpv

This commit is contained in:
Luke Smith
2018-07-29 13:43:43 -04:00
parent be07b304b3
commit e757a9cf94
4 changed files with 13 additions and 6 deletions

4
.scripts/pauseallmpv Executable file
View File

@@ -0,0 +1,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