From 4f0ba687c4bad1a35780a96a3443ff14ff318535 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 8 Mar 2026 16:02:53 -0400 Subject: [PATCH] improving kitty --- users/richie/home/gui/kitty.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/users/richie/home/gui/kitty.nix b/users/richie/home/gui/kitty.nix index 5072583..56c08b7 100644 --- a/users/richie/home/gui/kitty.nix +++ b/users/richie/home/gui/kitty.nix @@ -4,9 +4,18 @@ enable = true; font.name = "IntoneMono Nerd Font"; settings = { - allow_remote_control = "no"; + allow_remote_control = "yes"; shell = "${pkgs.zsh}/bin/zsh"; 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"; };