aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-13 21:36:02 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-13 21:36:02 +0200
commit613016a48d9b10fb81f5bc54b0bdd463c39f5283 (patch)
tree1c909df3dca6e4551b2da37965c9f94c706d484b /example-config.json
parent3554a838c2318863f59ad4b50a17edc19b5cb94a (diff)
Add option to disable file manager grid view to make midov stop crying
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/example-config.json b/example-config.json
index b2efea3..1ab1718 100644
--- a/example-config.json
+++ b/example-config.json
@@ -95,7 +95,6 @@
},
"download": {
// Directores where to save different files when pressing ctrl+shift+s to save a file
-
"video_directory": "~/Videos",
"image_directory": "~/Pictures",
"music_directory": "~/Music",
@@ -111,11 +110,16 @@
"mangadex": {
"allow_hentai": false
},
+ "file_manager": {
+ // Set to true to enable grid view. If false, the file manager items are shown as a list instead
+ "grid_view": true
+ },
// Use system (fontconfig) fonts
"use_system_fonts": false,
- // Use system (~/.config/mpv) mpv.conf instead of the one provided by QuicKMedia
+ // Use system (~/.config/mpv) mpv.conf instead of the one provided by QuickMedia
"use_system_mpv_config": false,
- // Enable shaders. Only set to true if you have a very slow computer or dont care about any graphical effects
+ // 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 "rounded_rectangles" option
"enable_shaders": true,
// The theme to use. This should match the name of a file in either /usr/share/quickmedia/themes or ~/.config/quickmedia/themes, except without the .json at the end of the filename
"theme": "default",