From 57b9a8809c56b66b65229428a336e3229e9ab70a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 22 Oct 2025 21:28:20 +0200 Subject: [PATCH] hide titlebar for ghostty --- modules/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ghostty.nix b/modules/ghostty.nix index 49615a3..c6456ca 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -93,6 +93,9 @@ in # Quit behavior confirm-close-surface = false; + + # macOS-specific: Hide title bar to save space + macos-titlebar-style = "hidden"; } # Conditional window settings based on mode