diff options
| author | Robert Günzler <r@gnzler.io> | 2023-09-29 07:09:17 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-09-29 07:09:17 +0200 |
| commit | 237a091e44908615df0955243412d50cf49ecf2e (patch) | |
| tree | bf8325a7fd09ebef96450fdb43bf1d4910bf5869 /.config/mpv/script-opts/thumbfast.conf | |
| parent | f5c219983c0f60a07f1bd52b6f6071e86f35455e (diff) | |
update mpv config
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/mpv/script-opts/thumbfast.conf')
| -rw-r--r-- | .config/mpv/script-opts/thumbfast.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/mpv/script-opts/thumbfast.conf b/.config/mpv/script-opts/thumbfast.conf new file mode 100644 index 0000000..2284440 --- /dev/null +++ b/.config/mpv/script-opts/thumbfast.conf @@ -0,0 +1,8 @@ +# Apply tone-mapping, no to disable +tone_mapping=auto + +# Enable on network playback +network=yes + +# Enable hardware decoding +hwdec=yes |