From 7ce36d0d3cf78cc3090c760fe24e282a3f74428e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:16:44 -0600 Subject: [PATCH] changed ghostty starting position --- modules/home-manager/ghostty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/ghostty.nix b/modules/home-manager/ghostty.nix index c09d92f..0ccde0c 100644 --- a/modules/home-manager/ghostty.nix +++ b/modules/home-manager/ghostty.nix @@ -33,8 +33,8 @@ shell-integration-features = [ "no-title" "sudo" ]; gtk-single-instance = true; - window-position-x = 100; - window-position-y = 100; + window-position-x = 50; + window-position-y = 50; window-padding-balance = true; window-padding-x = 5;