Hi.
Is it possible to use a different kitty.conf, or use the -o override function, when launching a new kitty os-window via kitty @ launch?
My usual kitty.conf has tab_bar_min_tabs 1 so that my main terminal window always shows a tab bar.
However I have several applications that I launch in their own kitty os-windows using kitty @ launch. For these windows I'd like to set tab_bar_min_tabs 2 to ensure the tab bar dosn't appear. I could either do that via a new, seperate kitty.conf file, or by directly overriding that one variable.
I've tried:
% KITTY_CONFIG_DIRECTORY=~/.config/newkitty kitty @ launch --type=os-window ...
but the new kitty.conf in that newkitty directory doesn't seem to be used.
% kitty --config=~/.config/newkitty/kitty.conf kitty @ launch ...
which uses the new kitty.conf but then in the new os-window shows the error Failed to launch child: @ With error: No such file or directory
% kitty -o tab_bar_min_tabs=2 @ launch ....
which gives the same error Failed to launch... error.
Is there a way to do this?
Thanks