fix thunderlink xdg-open target

This commit is contained in:
Alex Kelly 2023-01-31 16:15:19 -05:00
parent 66d888a362
commit 1f449190d7

View file

@ -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"