This commit is contained in:
Kovid Goyal 2020-04-24 15:07:44 +05:30
parent cc29640604
commit 3c1954f329
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -42,7 +42,7 @@ choices=window,tab,os-window,overlay,background,clipboard,primary
Where to launch the child process, in a new kitty window in the current tab, Where to launch the child process, in a new kitty window in the current tab,
a new tab, or a new OS window or an overlay over the current window. a new tab, or a new OS window or an overlay over the current window.
Note that if the current window already has an overlay, then it will Note that if the current window already has an overlay, then it will
open a new window. The value of none means the process will be open a new window. The value of background means the process will be
run in the background. The values clipboard and primary are meant run in the background. The values clipboard and primary are meant
to work with :option:`launch --stdin-source` to copy data to the system to work with :option:`launch --stdin-source` to copy data to the system
clipboard or primary selection. clipboard or primary selection.