commit a94c947d290b24ade39e135a0d6e55a0f68933a8 parent 0546791aed5a26048353ce1fe6646a5dcfaa56bf Author: Michael Constantine Dimopoulos <31562759+MichaelDim02@users.noreply.github.com> Date: Mon, 19 Jul 2021 07:41:41 +0300 Add files via upload Diffstat:
A | input.conf | | | 1 | + |
A | mpv.conf | | | 2 | ++ |
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/input.conf b/input.conf @@ -0,0 +1 @@ +Meta+c run sh -c "echo -n \"${path}\" | xclip -i -sel p -f | xclip -i -sel c" diff --git a/mpv.conf b/mpv.conf @@ -0,0 +1,2 @@ +loop=yes +term-playing-msg="Title: ${media-title}"