From 6a8c63cbd163ddfd75545a94608d95fbe99934bb Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 22 Jan 2025 09:43:58 +0100 Subject: [PATCH] ghostty: ditch the titlebar --- home/common/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 1be3b9c..8635e63 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -30,7 +30,7 @@ shell-integration = "fish"; gtk-tabs-location = "hidden"; - gtk-titlebar = true; + gtk-titlebar = false; gtk-titlebar-hide-when-maximized = true; window-padding-balance = true; window-padding-color = "extend";