From d06e8d662d55294fb9d6c3d850bbc01daf3aa215 Mon Sep 17 00:00:00 2001 From: Justin Frank Date: Sun, 23 Sep 2018 21:12:07 -0700 Subject: [PATCH] Added focus-tab call to kitty-focus --- rc/extra/kitty.kak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc/extra/kitty.kak b/rc/extra/kitty.kak index 57b630e0..3365afe2 100644 --- a/rc/extra/kitty.kak +++ b/rc/extra/kitty.kak @@ -35,8 +35,7 @@ If no client is passed then the current one is used} \ if [ $# -eq 1 ]; then printf %s\\n "evaluate-commands -client '$1' focus" else - # need the no-response switch to get added to focus-tab first - # kitty @ focus-tab --no-response -m=id:$kak_client_env_KITTY_WINDOW_ID + kitty @ focus-tab --no-response -m=id:$kak_client_env_KITTY_WINDOW_ID kitty @ focus-window --no-response -m=id:$kak_client_env_KITTY_WINDOW_ID fi }}