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 ++++ 1 file changed, 4 insertions(+) create mode 100644 files/.mpv/input.conf (limited to 'files/.mpv/input.conf') 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 -- cgit v1.2.3