mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/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
|