From 2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Nov 2018 17:51:24 -0500 Subject: scripts sorted --- .scripts/pauseallmpv | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 .scripts/pauseallmpv (limited to '.scripts/pauseallmpv') diff --git a/.scripts/pauseallmpv b/.scripts/pauseallmpv deleted file mode 100755 index 08241b5..0000000 --- a/.scripts/pauseallmpv +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# Sends a , key to all mpv instances, pausing them at the last frame. - -xdotool search --class mpv | xargs -I % xdotool key --window % comma -- cgit v1.3.1