mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
config: add ‘url-launch’ option, defaulting to “xdg-open ${url}”
This commit is contained in:
parent
0cbdf657a7
commit
4233c806c3
4 changed files with 63 additions and 22 deletions
|
|
@ -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_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue