diff --git a/home/ooks/opt/desktop/standard/wayland/kitty.nix b/home/ooks/opt/desktop/standard/wayland/kitty.nix index 3528e1f..ecd3b01 100644 --- a/home/ooks/opt/desktop/standard/wayland/kitty.nix +++ b/home/ooks/opt/desktop/standard/wayland/kitty.nix @@ -22,10 +22,10 @@ in size = 12; }; settings = { - shell_integration = "no-rc"; # I prefer to do it manually + shell_integration = "no-rc"; scrollback_lines = 4000; scrollback_pager_history_size = 2048; - window_padding_width = 15; + window_padding_width = 5; foreground = "#${colors.base05}"; background = "#${colors.base00}"; selection_background = "#${colors.base05}";