mirror of https://gitlab.com/dabruh/dotfiles.git
Update http/https scheme handler.
This commit is contained in:
parent
6fc1558880
commit
d45215dbd5
|
@ -3,17 +3,19 @@
|
|||
# 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=pdf.desktop;
|
||||
application/pdf=pdf.desktop;
|
||||
image/png=img.desktop;
|
||||
image/jpeg=img.desktop;
|
||||
image/gif=img.desktop;
|
||||
application/postscript=pdf.desktop;
|
||||
application/rss+xml=rss.desktop
|
||||
video/x-matroska=video.desktop
|
||||
x-scheme-handler/lbry=lbry.desktop
|
||||
application/x-bittorrent=torrent.desktop;
|
||||
image/gif=img.desktop;
|
||||
image/jpeg=img.desktop;
|
||||
image/png=img.desktop;
|
||||
inode/directory=file.desktop
|
||||
text/plain=text.desktop;
|
||||
text/x-shellscript=text.desktop;
|
||||
video/x-matroska=video.desktop
|
||||
x-scheme-handler/http=firefox.desktop
|
||||
x-scheme-handler/https=firefox.desktop
|
||||
x-scheme-handler/lbry=lbry.desktop
|
||||
x-scheme-handler/magnet=torrent.desktop;
|
||||
x-scheme-handler/mailto=mail.desktop;
|
||||
|
|
Loading…
Reference in New Issue