summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
blob: 6b435791036cf7bec2c58bfe744058c7c9158da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# sort_type options: size, natural, basename, atime, ctime, mtime, type, random
## currently only supports: natural, mtime
sort_type = "natural"

# show hidden files
show_hidden = false

show_prerview = true

# ratios for parent view, current view and preview
column_ratio = [1, 3, 4]

# does nothing so far
scroll_offset = 8

# specify which applications to use to open certain file types
[mimetypes]
"application/x-matroska"	= [ ["mpv"] ]
"application/x-shellscript"	= [ ["nano"], ["gedit"] ]
"image/jpeg"			= [ ["qimgv"], ["feh"]]
"image/png"			= [ ["feh", "-F"] ]
"text/plain"			= [ ["nano"] ]
"text/x-csrc"			= [ ["nano"] ]