improving kitty

This commit is contained in:
2026-03-08 16:02:53 -04:00
parent 27891c3903
commit 4f0ba687c4

View File

@@ -4,9 +4,18 @@
enable = true; enable = true;
font.name = "IntoneMono Nerd Font"; font.name = "IntoneMono Nerd Font";
settings = { settings = {
allow_remote_control = "no"; allow_remote_control = "yes";
shell = "${pkgs.zsh}/bin/zsh"; shell = "${pkgs.zsh}/bin/zsh";
wayland_titlebar_color = "background"; wayland_titlebar_color = "background";
background_opacity = "0.75";
tab_bar_edge = "top";
tab_bar_style = "powerline";
enabled_layouts = "splits";
};
keybindings = {
"ctrl+alt+1" = "launch --type=tab --tab-title jeeves kitten ssh jeeves";
"ctrl+alt+2" = "launch --type=tab --tab-title bob kitten ssh bob";
"ctrl+alt+3" = "launch --type=tab --tab-title brain kitten ssh brain";
}; };
themeFile = "VSCode_Dark"; themeFile = "VSCode_Dark";
}; };