hyprland config tinkering
This commit is contained in:
parent
7adc22398c
commit
bbe4769719
1 changed files with 2 additions and 2 deletions
|
|
@ -22,10 +22,10 @@ in
|
||||||
size = 12;
|
size = 12;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
shell_integration = "no-rc"; # I prefer to do it manually
|
shell_integration = "no-rc";
|
||||||
scrollback_lines = 4000;
|
scrollback_lines = 4000;
|
||||||
scrollback_pager_history_size = 2048;
|
scrollback_pager_history_size = 2048;
|
||||||
window_padding_width = 15;
|
window_padding_width = 5;
|
||||||
foreground = "#${colors.base05}";
|
foreground = "#${colors.base05}";
|
||||||
background = "#${colors.base00}";
|
background = "#${colors.base00}";
|
||||||
selection_background = "#${colors.base05}";
|
selection_background = "#${colors.base05}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue