Replies: 3 comments 1 reply
-
my workaround is to use yabai and skhd to close all non-active kitty os windows # skhd config
lshift + lalt + lcmd - w : yabai -m query --windows | jq '.[] | select (."has-focus"==false and .app=="kitty") | .id' | xargs -I {} -P 0 yabai -m window --close {} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in 0.32.2 fyi |
Beta Was this translation helpful? Give feedback.
1 reply
-
this is now provided via https://sw.kovidgoyal.net/kitty/actions/#action-close_other_os_windows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to
close_other_windows_in_tab
orclose_other_tabs_in_os_window
, when i have several kitty os windows open, is it possible to close all the other os windows which are not active?Beta Was this translation helpful? Give feedback.
All reactions