From a1d97b73dae0455aafa07090dcb1f49fa8327c47 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Mon, 29 May 2017 14:16:32 +0200 Subject: [PATCH] add mpv input.conf --- mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mpv/input.conf diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..c1b641b --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,4 @@ +ENTER playlist-next force +R run "/bin/sh" "-ec" "kdialog --warningyesno 'Delete ${path}' --title 'Delete ${media-title}' && output=\"$(rm -- '${path}' 2>&1)\" || kdialog --error \"$output\"" +D af toggle drc +C run "/bin/sh" "-ec" "echo -n '${path}' | xclip -selection clipboard"