fix thunderlink xdg-open line
This commit is contained in:
parent
57c53f47ac
commit
675319fbee
1 changed files with 1 additions and 1 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 $FILE"
|
thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
|
||||||
joplin.regex="joplin:.*"
|
joplin.regex="joplin:.*"
|
||||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
||||||
|
|
Loading…
Reference in a new issue