summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-04-05 10:35:30 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-04-05 10:35:30 -0400
commitae9060ecfec88a0cf9ed609d3f4c2939d6556630 (patch)
treeb34e877a74ff01f1d8cb796f98d374274da97f19 /config
parent3d5a4f135aace86403820a292c9f9294dae4891b (diff)
enable borders by default
- update config files
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index c44ff26..c6c9db5 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -4,11 +4,15 @@ tilde_in_titlebar = true
column_ratio = [1, 4, 4]
collapse_preview = true
+# currently does not work
scroll_offset = 6
+show_borders = true
show_preview = true
xdg_open = false
use_trash = true
+
+# currently does not work
max_preview_size = 2097152 # 2MB
# lexical, mtime, natural
@@ -18,5 +22,5 @@ sort_method = "natural"
show_icons = true
show_hidden = false
case_sensitive = false
-reverse = false
directories_first = true
+reverse = false