config: add ‘url-launch’ option, defaulting to “xdg-open ${url}”

This commit is contained in:
Daniel Eklöf 2021-01-31 14:27:13 +01:00
parent 0cbdf657a7
commit 4233c806c3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 63 additions and 22 deletions

View file

@ -225,6 +225,10 @@ in this order:
Default: _notify-send -a foot -i foot ${title} ${body}_.
*url-launch*
Command to execute when opening URLs. _${url}_ will be replaced
with the actual URL. Default: _xdg-open ${url}_.
*selection-target*
Clipboard target to automatically copy selected text to. One of
*none*, *primary*, *clipboard* or *both*. Default: _primary_.