From 675319fbee5f62d6c2127551f1c428b6a5d26bbb Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 16 Feb 2024 20:49:30 -0500 Subject: [PATCH] fix thunderlink xdg-open line --- dot_taskopenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_taskopenrc b/dot_taskopenrc index d394fbb..6223218 100644 --- a/dot_taskopenrc +++ b/dot_taskopenrc @@ -24,6 +24,6 @@ url.regex="((?:www|http).*)" url.command="/usr/bin/xdg-open $LAST_MATCH" url.modes="batch,any,normal" thunderlink.regex="(cb)?thunderlink:.*" -thunderlink.command="/usr/bin/xdg-open $FILE" +thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE" joplin.regex="joplin:.*" joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"