diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/.mpv/input.conf | 4 | ||||
| -rw-r--r-- | files/.mpv/mpv.conf | 4 |
2 files changed, 8 insertions, 0 deletions
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 |
