From 3399829eb60269db5025a0406a0ac5a1a8d62108 Mon Sep 17 00:00:00 2001 From: Mortdecai Date: Tue, 15 Sep 2026 20:00:13 -0400 Subject: [PATCH] =?UTF-8?q?fix(kitty):=20keep=20macOS=20titlebar=20?= =?UTF-8?q?=E2=80=94=20it's=20the=20only=20drag=20handle;=20color=20it=20t?= =?UTF-8?q?o=20match=20bg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 5 (1M context) --- config/kitty.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/kitty.conf b/config/kitty.conf index 31cb488..9662569 100644 --- a/config/kitty.conf +++ b/config/kitty.conf @@ -29,7 +29,6 @@ tab_title_max_length 20 # Window layout - no wasted space window_padding_width 2 -hide_window_decorations yes placement_strategy top-left # Scrollback @@ -77,5 +76,5 @@ sync_to_monitor no # --- macOS --- macos_option_as_alt yes -hide_window_decorations titlebar-only +macos_titlebar_color background # keep the titlebar (only drag handle on macOS), just paint it to match macos_quit_when_last_window_closed yes