diff options
Diffstat (limited to 'example-config.json')
-rw-r--r-- | example-config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json index 83858c8..7fcb75d 100644 --- a/example-config.json +++ b/example-config.json @@ -152,6 +152,8 @@ "use_system_fonts": false, // Use system (~/.config/mpv) mpv.conf instead of the one provided by QuickMedia "use_system_mpv_config": false, + // Which mpv profile to use when |use_system_mpv_config| is set to true + "system_mpv_profile": "", // Enable shaders. Only set to false if you have a very slow computer or dont care about graphical effects // such as rounded corners. Rounded corners can also be disabled with the theme option "rounded_rectangles" "enable_shaders": true, |