feat: make alacritty maximized and not fullscreen 🎨

This commit is contained in:
DannyDannyDanny 2025-09-13 21:16:06 +02:00
parent 9814feb179
commit 7ae88c1f22

View file

@ -152,7 +152,7 @@
dynamic_padding = true;
decorations = "buttonless";
opacity = 0.95;
startup_mode = "Fullscreen";
startup_mode = "Maximized";
option_as_alt = "Both";
};
scrolling = { history = 10000; multiplier = 1; };