From 1f449190d75e69f7326758b0ee9568924b4cc87a Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 31 Jan 2023 16:15:19 -0500 Subject: [PATCH] fix thunderlink xdg-open target --- dot_taskopenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_taskopenrc b/dot_taskopenrc index 1835791..a423b11 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 $LAST_MATCH" +thunderlink.command="/usr/bin/xdg-open $FILE" joplin.regex="jolin:.*" -joplin.command="/home/kellya/.joplin/Joplin.AppImage $TASK_JOPLIN" +joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"