From 688d5df1bbf44914d20eb69fd55774c8d9b3f7a5 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 23 Aug 2021 11:18:47 +0200 Subject: Moving mimeapps.list to the correct directory --- config/mimeapps.list | 25 +++++++++++++++++++++++++ local/share/mimeapps.list | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 config/mimeapps.list delete mode 100644 local/share/mimeapps.list diff --git a/config/mimeapps.list b/config/mimeapps.list new file mode 100644 index 0000000..49a184b --- /dev/null +++ b/config/mimeapps.list @@ -0,0 +1,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 diff --git a/local/share/mimeapps.list b/local/share/mimeapps.list deleted file mode 100644 index 49a184b..0000000 --- a/local/share/mimeapps.list +++ /dev/null @@ -1,25 +0,0 @@ -[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 -- cgit