summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
blob: d204b659e8acd5c852e7d22ef66033b44328f4c2 (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
25
# 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"]
]
"video/mp4" = [
	["mpv"]
]