summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
blob: ecac78820fa224b55b6eeff26965242c31a1b2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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"]
]