diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-08 12:20:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-08 12:20:13 +0200 |
commit | c5dec7a56157c71d124dafe191acfe95aa0fd4af (patch) | |
tree | 7ef0752d632221a4ef19ae23cc60fbb4265a0567 /example-config.json | |
parent | c71a676edf4ccc583652e1f31c571f3cd898d60e (diff) |
Add --theme option, system_mpv_profile config and press g in matrix to start /encrypt chat immediately
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, |