diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-09-02 22:04:16 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-09-02 22:04:16 +0500 |
| commit | cea379b67479377ebc27d60ade096ffd20a44085 (patch) | |
| tree | f99cca47a191cd08b3c803866af086d43f4ae4ff /files/.mpv | |
| parent | ead6dccb20ca05f3b37e395148c010e3357d55c8 (diff) | |
[mpv] Add config files.
Diffstat (limited to 'files/.mpv')
| -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 |
