From 4b7de5d8028bef5bbc46e563672f3784cae97c44 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Oct 2021 19:02:15 +0530 Subject: [PATCH] Add an alias for --keep-focus --- kitty/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/launch.py b/kitty/launch.py index 48173e27c..f6ced4f8d 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -56,7 +56,7 @@ to work with :option:`launch --stdin-source` to copy data to the system clipboard or primary selection. ---keep-focus +--keep-focus --dont-take-focus type=bool-set Keep the focus on the currently active window instead of switching to the newly opened window.