hyprland config tinkering

This commit is contained in:
ooks-io 2023-07-31 22:21:10 +12:00
parent 7adc22398c
commit bbe4769719

View file

@ -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}";