mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
fix: increase readability for kitty
This commit is contained in:
parent
2c8e6f0b22
commit
65b895488a
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
font = {
|
||||
name = "GohuFont 14 Nerd Font Mono";
|
||||
size = 9;
|
||||
size = 12;
|
||||
};
|
||||
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
background_opacity = "0.50";
|
||||
background_opacity = "0.75";
|
||||
window_padding_width = 10;
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue