feat: make alacritty maximized and not fullscreen 🎨
This commit is contained in:
parent
9814feb179
commit
7ae88c1f22
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@
|
||||||
dynamic_padding = true;
|
dynamic_padding = true;
|
||||||
decorations = "buttonless";
|
decorations = "buttonless";
|
||||||
opacity = 0.95;
|
opacity = 0.95;
|
||||||
startup_mode = "Fullscreen";
|
startup_mode = "Maximized";
|
||||||
option_as_alt = "Both";
|
option_as_alt = "Both";
|
||||||
};
|
};
|
||||||
scrolling = { history = 10000; multiplier = 1; };
|
scrolling = { history = 10000; multiplier = 1; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue