From d54fa4e999ff49bd83392a6917056a5ae1641a29 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 11 Jan 2026 20:11:42 -0600 Subject: [PATCH] feat(ghostty): optimize configuration --- apps/ghostty/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/ghostty/default.nix b/apps/ghostty/default.nix index 504dfc4..bde2170 100644 --- a/apps/ghostty/default.nix +++ b/apps/ghostty/default.nix @@ -61,6 +61,10 @@ window-padding-x = 15; window-padding-y = 15; window-padding-balance = true; + gtk-titlebar = false; + mouse-hide-while-typing = true; + copy-on-select = "clipboard"; + auto-update = "off"; }; };