From 7ae88c1f22d9f2dbf15acf7e2260b87099df5012 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 13 Sep 2025 21:16:06 +0200 Subject: [PATCH] feat: make alacritty maximized and not fullscreen :art: --- nixos/home/danny/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index 97882fb..1f84e64 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -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; };