From a928ddb959230a8f22ae1787bd572022bd009273 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:32:22 -0600 Subject: [PATCH] ghostty window position --- modules/home-manager/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/ghostty.nix b/modules/home-manager/ghostty.nix index b3d8d14..c09d92f 100644 --- a/modules/home-manager/ghostty.nix +++ b/modules/home-manager/ghostty.nix @@ -33,6 +33,9 @@ shell-integration-features = [ "no-title" "sudo" ]; gtk-single-instance = true; + window-position-x = 100; + window-position-y = 100; + window-padding-balance = true; window-padding-x = 5; window-padding-y = 5;