From 935f5d4ed1c969b543d2c98bbcfde3ef61c5cdd4 Mon Sep 17 00:00:00 2001 From: gm Date: Sat, 18 Jul 2026 01:19:08 +0900 Subject: [PATCH] Integrate window min/max/close buttons into the tab bar window_decorations = "INTEGRATED_BUTTONS | RESIZE" drops the separate OS title bar and draws minimize/maximize/close directly in the fancy tab bar strip instead, now that use_fancy_tab_bar is enabled. Co-Authored-By: Claude Sonnet 5 --- wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wezterm.lua b/wezterm.lua index aaa7dad..0d68a93 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -41,7 +41,7 @@ config.use_fancy_tab_bar = true -- OS 스타일 탭바: 탭에 마우스 올리 config.tab_bar_at_bottom = false -- 탭바/상태바를 터미널 상단에 표시 config.hide_tab_bar_if_only_one_tab = false -- 탭이 하나뿐이어도 탭바를 항상 표시 config.show_new_tab_button_in_tab_bar = true -config.window_decorations = "TITLE | RESIZE" -- 상단 타이틀바 + 리사이즈 테두리 표시 +config.window_decorations = "INTEGRATED_BUTTONS | RESIZE" -- OS 타이틀바 대신 탭바에 최소화/최대화/닫기 버튼을 통합 표시 -- ------------------------------------------------------------ -- [MobaXterm 스타일] 호스트(도메인)별 탭 색상 자동 구분