increase scrollback size

This commit is contained in:
Kopatz
2024-06-22 14:05:40 +02:00
parent dadf6bd521
commit 3aecfa5c88
3 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
enable = true;
settings = {
#logo = { source = ../test.sixel; type = "raw"; width = 40; height = 40; };
display = { separator = ""; };
# https://www.nerdfonts.com/cheat-sheet

View File

@@ -3,6 +3,7 @@
programs.kitty = {
enable = true;
settings = {
scrollback_lines = 20000;
#foreground = "#${config.colorScheme.colors.base05}";
#background = "#${config.colorScheme.colors.base00}";