mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01: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 = {
|
font = {
|
||||||
name = "GohuFont 14 Nerd Font Mono";
|
name = "GohuFont 14 Nerd Font Mono";
|
||||||
size = 9;
|
size = 12;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
background_opacity = "0.50";
|
background_opacity = "0.75";
|
||||||
window_padding_width = 10;
|
window_padding_width = 10;
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue