From cea379b67479377ebc27d60ade096ffd20a44085 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 2 Sep 2016 22:04:16 +0500 Subject: [mpv] Add config files. --- files/.mpv/input.conf | 4 ++++ files/.mpv/mpv.conf | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 files/.mpv/input.conf create mode 100644 files/.mpv/mpv.conf (limited to 'files') diff --git a/files/.mpv/input.conf b/files/.mpv/input.conf new file mode 100644 index 0000000..b11162d --- /dev/null +++ b/files/.mpv/input.conf @@ -0,0 +1,4 @@ +# Rotate by 90 degrees clockwise +Alt+RIGHT no-osd vf add rotate=90 +# Rotate by 90 degrees counterclockwise +Alt+LEFT no-osd vf add rotate=270 diff --git a/files/.mpv/mpv.conf b/files/.mpv/mpv.conf new file mode 100644 index 0000000..a14f89d --- /dev/null +++ b/files/.mpv/mpv.conf @@ -0,0 +1,4 @@ +speed=1.33 +force-window=immediate +save-position-on-quit +no-terminal -- cgit v1.2.3