From 3c1954f3290c65199764249769cffb6e273a53f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Apr 2020 15:07:44 +0530 Subject: [PATCH] ... --- kitty/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/launch.py b/kitty/launch.py index 9dcd54cb4..4761bcd93 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -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, 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 -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 to work with :option:`launch --stdin-source` to copy data to the system clipboard or primary selection.