From f44445e0b67d3135cda8cea80908e5ca9802b40b Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 27 Nov 2022 16:26:28 +0100 Subject: mpv: added key to toggle pause on all mpv instances --- files/.mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/.mpv/input.conf b/files/.mpv/input.conf index a4d459f..87dbe8b 100644 --- a/files/.mpv/input.conf +++ b/files/.mpv/input.conf @@ -5,3 +5,5 @@ # Disable: Activate/deactivate deinterlacer. d ignore + +Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --window {} p" -- cgit v1.2.3