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;