From 3d5a23be24a2061a8e1c1ae80f5e8e11d6608dd3 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 28 May 2019 15:45:02 +0100 Subject: [PATCH] initial commit --- .gitignore | 1 + input.conf | 4 ++++ mpv.conf | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 input.conf create mode 100644 mpv.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4c9514 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +watch_later diff --git a/input.conf b/input.conf new file mode 100644 index 0000000..97fdab9 --- /dev/null +++ b/input.conf @@ -0,0 +1,4 @@ +Alt+1 set window-scale 1.0 +Alt+2 set window-scale 0.5 +Alt+3 set window-scale 0.33 +Alt+4 set window-scale 0.25 diff --git a/mpv.conf b/mpv.conf new file mode 100644 index 0000000..d7c9330 --- /dev/null +++ b/mpv.conf @@ -0,0 +1,6 @@ +fullscreen=yes +volume=33 +save-position-on-quit + +geometry=50%:50% +force-window=immediate