blob: 49a184b04853e067ba56d9624e61d2a2462a73da (
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
|
[Default Applications]
# from: https://git.lukesmith.xyz/dotfiles/file/.config/mimeapps.list
# xdg-open will use these settings to determine how to open filetypes.
# These .desktop entries can also be seen and changed in ~/.local/share/applications/
# text/x-shellscript=text.desktop;
# x-scheme-handler/magnet=torrent.desktop;
# application/x-bittorrent=torrent.desktop;
x-scheme-handler/mailto=mail.desktop;
# text/plain=text.desktop;
application/postscript=zathura.desktop;
application/pdf=zathura.desktop;
image/png=sxiv.desktop;
image/jpeg=sxiv.desktop;
image/gif=sxiv.desktop;
image/svg+xml=sxiv.desktop;
application/rss+xml=newsboat.desktop
video/x-matroska=mpv.desktop
# x-scheme-handler/lbry=lbry.desktop
# inode/directory=file.desktop
|