feat: change kitty padding

This commit is contained in:
Youwen Wu 2024-11-01 14:13:00 -07:00
parent 4d3a97220c
commit 31a340cef6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -8,7 +8,7 @@
shellIntegration.enableBashIntegration = true; shellIntegration.enableBashIntegration = true;
settings = { settings = {
font_size = 12; font_size = 12;
window_padding_width = "8 8 0"; window_padding_width = "8 8";
confirm_os_window_close = -1; confirm_os_window_close = -1;
enable_audio_bell = "no"; enable_audio_bell = "no";
background_opacity = pkgs.lib.mkForce "0.8"; background_opacity = pkgs.lib.mkForce "0.8";