mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: change kitty padding
This commit is contained in:
parent
4d3a97220c
commit
31a340cef6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
shellIntegration.enableBashIntegration = true;
|
||||
settings = {
|
||||
font_size = 12;
|
||||
window_padding_width = "8 8 0";
|
||||
window_padding_width = "8 8";
|
||||
confirm_os_window_close = -1;
|
||||
enable_audio_bell = "no";
|
||||
background_opacity = pkgs.lib.mkForce "0.8";
|
||||
|
|
Loading…
Reference in a new issue