fix thunderlink xdg-open target
This commit is contained in:
parent
66d888a362
commit
1f449190d7
1 changed files with 2 additions and 2 deletions
|
@ -24,6 +24,6 @@ url.regex="((?:www|http).*)"
|
||||||
url.command="/usr/bin/xdg-open $LAST_MATCH"
|
url.command="/usr/bin/xdg-open $LAST_MATCH"
|
||||||
url.modes="batch,any,normal"
|
url.modes="batch,any,normal"
|
||||||
thunderlink.regex="(cb)?thunderlink:.*"
|
thunderlink.regex="(cb)?thunderlink:.*"
|
||||||
thunderlink.command="/usr/bin/xdg-open $LAST_MATCH"
|
thunderlink.command="/usr/bin/xdg-open $FILE"
|
||||||
joplin.regex="jolin:.*"
|
joplin.regex="jolin:.*"
|
||||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $TASK_JOPLIN"
|
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
||||||
|
|
Loading…
Reference in a new issue