fix thunderlink xdg-open line

This commit is contained in:
Alex Kelly 2024-02-16 20:49:30 -05:00
parent 57c53f47ac
commit 675319fbee

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 $FILE"
thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
joplin.regex="joplin:.*"
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"