aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_linkhandler
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_linkhandler')
-rwxr-xr-xdot_local/bin/executable_linkhandler2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/bin/executable_linkhandler b/dot_local/bin/executable_linkhandler
index ee63eed..747adc5 100755
--- a/dot_local/bin/executable_linkhandler
+++ b/dot_local/bin/executable_linkhandler
@@ -35,7 +35,7 @@ case "$url" in
setsid rssadd "$url" >/dev/null 2>&1 &
;;
mailto:*)
- setsid aerc "$url" >/dev/null 2>&1 &
+ xdg-open "$url" >/dev/null 2>&1 &
;;
*.dot)
setsid xdot "$url" >/dev/null 2>&1 &