Added focus-tab call to kitty-focus

This commit is contained in:
Justin Frank 2018-09-23 21:12:07 -07:00
parent 903ae46b5d
commit d06e8d662d

View File

@ -35,8 +35,7 @@ If no client is passed then the current one is used} \
if [ $# -eq 1 ]; then if [ $# -eq 1 ]; then
printf %s\\n "evaluate-commands -client '$1' focus" printf %s\\n "evaluate-commands -client '$1' focus"
else 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 kitty @ focus-window --no-response -m=id:$kak_client_env_KITTY_WINDOW_ID
fi fi
}} }}