added window padding
parent
925e2cf76f
commit
d440111947
|
@ -8,8 +8,8 @@ let
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
cursor_shape = "underline";
|
cursor_shape = "underline";
|
||||||
|
window_padding_width = 3;
|
||||||
};
|
};
|
||||||
# extraConfig = builtins.readFile ~/.dotfiles/config/kitty/dracula.conf;
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
foreground #f8f8f2
|
foreground #f8f8f2
|
||||||
background #282a36
|
background #282a36
|
||||||
|
|
Loading…
Reference in New Issue