From 3b9a7914eed0b751c9ff2c11877001e7a01e5140 Mon Sep 17 00:00:00 2001 From: pagedown Date: Thu, 27 Jan 2022 12:28:40 +0800 Subject: [PATCH] Also add alias --dont-take-focus to new_window --- kitty/rc/new_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/new_window.py b/kitty/rc/new_window.py index 42a53f865..1f2b26e31 100644 --- a/kitty/rc/new_window.py +++ b/kitty/rc/new_window.py @@ -48,7 +48,7 @@ The initial working directory for the new window. Defaults to whatever the working directory for the kitty process you are talking to is. ---keep-focus +--keep-focus --dont-take-focus type=bool-set Keep the current window focused instead of switching to the newly opened window