diff options
Diffstat (limited to '.local/share')
-rw-r--r-- | .local/share/applications/linkhandler.desktop | 8 | ||||
-rw-r--r-- | .local/share/applications/mailtohandler.desktop | 8 | ||||
-rw-r--r-- | .local/share/applications/qutebrowser-profile.desktop | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/.local/share/applications/linkhandler.desktop b/.local/share/applications/linkhandler.desktop new file mode 100644 index 0000000..78ecbbb --- /dev/null +++ b/.local/share/applications/linkhandler.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=linkhandler +Comment=Choose a handler for the provided link using dmenu +Terminal=false +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/json; +Exec=linkhandler %u +Categories=Network;WebBrowser; diff --git a/.local/share/applications/mailtohandler.desktop b/.local/share/applications/mailtohandler.desktop new file mode 100644 index 0000000..afa9f6d --- /dev/null +++ b/.local/share/applications/mailtohandler.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=mailtohandler +Comment=Choose a handler for the provided email using dmenu +Terminal=false +MimeType=x-scheme-handler/mailto; +Exec=mailtohandler %u +Categories=Email;Network; diff --git a/.local/share/applications/qutebrowser-profile.desktop b/.local/share/applications/qutebrowser-profile.desktop new file mode 100644 index 0000000..d882a86 --- /dev/null +++ b/.local/share/applications/qutebrowser-profile.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=qutebrowser-profile +Comment=Open with qutebrowser-profile +Exec=qutebrowser-profile --choose %U +Type=Application +Categories=Network;WebBrowser; + +#MimeType=x-scheme-handler/unknown;x-scheme-handler/about;x-scheme-handler/https;x-scheme-handler/http;text/html; +MimeType=x-scheme-handler/unknown;x-scheme-handler/about;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https; |