summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-07 14:21:27 +0530
committernazu <nazu@Nazers-MacBook-Pro.local>2023-07-08 10:59:27 +0400
commit7c959a9efdec956c9fc92c7a188b90e610978f53 (patch)
treee836fdd08b46782cedfa3437dce02a4069301f4d
parent4b06d8199868007a18948bb89067a6332d0c2602 (diff)
desktop-entry: add entry for linkhandler
-rw-r--r--.local/share/applications/linkhandler.desktop11
1 files changed, 11 insertions, 0 deletions
diff --git a/.local/share/applications/linkhandler.desktop b/.local/share/applications/linkhandler.desktop
new file mode 100644
index 0000000..87cb5b6
--- /dev/null
+++ b/.local/share/applications/linkhandler.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=LinkHandler
+GenericName=Link Handler
+NoDisplay=true
+Comment=Open links with proper programs
+TryExec=linkhandler
+Exec=linkhandler %u
+Keywords=Internet;WWW;Browser;Web;Explorer
+MimeType=x-scheme-handler/http;x-scheme-handler/https;
+Categories=System;Utility;Network