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 <noreply@anthropic.com>
This commit is contained in:
@@ -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 스타일] 호스트(도메인)별 탭 색상 자동 구분
|
||||
|
||||
Reference in New Issue
Block a user