diff options
Diffstat (limited to '.local/share/applications/qutebrowser-profile.desktop')
-rw-r--r-- | .local/share/applications/qutebrowser-profile.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
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; |