aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-16 21:22:40 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-16 21:22:40 +0200
commit5ba091235fef86fda675021812eb7559241c1b80 (patch)
tree6c85de6dd29b6ba2bc2ca5f88c518a9001d6d0a4 /example-config.json
parent8574d6c7da09f5d5929df8ff8c35cb4d82389459 (diff)
Allow setting video max height in config
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json
index 4f14a2c..cade9dd 100644
--- a/example-config.json
+++ b/example-config.json
@@ -18,6 +18,9 @@
"input": {
"font_size": 16
},
+ "video": {
+ "max_height": 2160
+ },
"use_system_fonts": false,
"use_system_mpv_config": false,
"theme": "default",