From 6997e366705c660d51ee958241744ba31c8ef974 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 31 Oct 2021 10:11:50 +0530 Subject: [PATCH] ... --- kitty/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/boss.py b/kitty/boss.py index ae231f672..dcb10c83a 100755 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -901,6 +901,7 @@ class Boss: windows = tuple((w.id, w.title) for i, w in tab.windows.iter_windows_with_number(only_visible=False) if w is not aw) tab_id = tab.id if len(windows) < 1: + self.visual_window_select_action_trigger(tab.id) if get_options().enable_audio_bell: ring_bell() return