From 0a5c409a12de2024c3edf0664aad68639d179feb Mon Sep 17 00:00:00 2001 From: pagedown Date: Tue, 13 Dec 2022 22:48:46 +0800 Subject: [PATCH] Remote control: Add the missing option value overlay-main --- kitty/rc/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/launch.py b/kitty/rc/launch.py index 5c5f8f077..929fad65a 100644 --- a/kitty/rc/launch.py +++ b/kitty/rc/launch.py @@ -28,7 +28,7 @@ class Launch(RemoteCommand): cwd/str: Working directory for the new window env/list.str: List of environment variables of the form NAME=VALUE tab_title/str: Title for the new tab - type/choices.window.tab.os-window.overlay.background.clipboard.primary: The type of window to open + type/choices.window.tab.os-window.overlay.overlay-main.background.clipboard.primary: The type of window to open keep_focus/bool: Boolean indicating whether the current window should retain focus or not copy_colors/bool: Boolean indicating whether to copy the colors from the current window copy_cmdline/bool: Boolean indicating whether to copy the cmdline from the current window