From bbe47697193cdf013c26652b1b4380a0b4d3eaec Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 31 Jul 2023 22:21:10 +1200 Subject: [PATCH] hyprland config tinkering --- home/ooks/opt/desktop/standard/wayland/kitty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}";