diff options
author | A Farzat <a@farzat.xyz> | 2024-10-01 00:56:00 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-01 00:56:00 +0900 |
commit | e9e1167d87461af49eaa088f23700ab61fc1795c (patch) | |
tree | 192e9a44f50cfb209c8eaff493453057b9ba05ce | |
parent | 6ea961ea85bb75ebde45a7665c2fd6ca12d88d3f (diff) | |
download | dotfiles-e9e1167d87461af49eaa088f23700ab61fc1795c.tar.gz dotfiles-e9e1167d87461af49eaa088f23700ab61fc1795c.zip |
Add .desktop files
-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; |