diff options
| author | Horus3 | 2014-03-08 19:58:06 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-08 19:58:06 +0100 |
| commit | 9f4b3494700eeb2061dfd840e8d030f66088b173 (patch) | |
| tree | 248d041cb87ddb2debd2b926e2d095144a719b80 /mpv | |
| parent | 2c0e3234808dccbd7c622be7c4250ea405f3e166 (diff) | |
| download | dotfiles-9f4b3494700eeb2061dfd840e8d030f66088b173.tar.gz | |
structure
Diffstat (limited to 'mpv')
| -rw-r--r-- | mpv/config | 14 | ||||
| -rw-r--r-- | mpv/input.conf | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/mpv/config b/mpv/config new file mode 100644 index 0000000..68bb941 --- /dev/null +++ b/mpv/config @@ -0,0 +1,14 @@ +# mpv config, stored in ~/.mpv +# Write your default config options here! +# Play German audio if available, fall back to Japanese or English otherwise. +alang = de,jpn,en +# Subtitles +#slang = de,en + +# Keep the player window on top of all other windows. +#ontop=yes + +screenshot-format=png +screenshot-png-compression=9 +screenshot-template="/home/horus/.mpv/screenshot/%f - %p" +--audio-display=no diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..199c9bd --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,2 @@ +q quit 255 +Q quit_watch_later |
