lock script moved to ~/.scripts, now pauses mpv
This commit is contained in:
4
.scripts/pauseallmpv
Executable file
4
.scripts/pauseallmpv
Executable 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
|
||||
Reference in New Issue
Block a user