improve kitty tab bar
This commit is contained in:
parent
364a0f9e1b
commit
2fb1986be9
1 changed files with 4 additions and 1 deletions
|
@ -19,11 +19,14 @@ in
|
||||||
size = 13;
|
size = 13;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
active_tab_background = "#FF0";
|
||||||
copy_on_select = true;
|
copy_on_select = true;
|
||||||
enabled_layouts = "*";
|
enabled_layouts = "Tall,*";
|
||||||
kitty_mod = "cmd+option";
|
kitty_mod = "cmd+option";
|
||||||
macos_quit_when_last_window_closed = true;
|
macos_quit_when_last_window_closed = true;
|
||||||
scrollback_lines = 100000;
|
scrollback_lines = 100000;
|
||||||
|
tab_bar_style = "powerline";
|
||||||
|
tab_powerline_style = "slanted";
|
||||||
};
|
};
|
||||||
shellIntegration.enableFishIntegration = true;
|
shellIntegration.enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue