hide titlebar for ghostty

This commit is contained in:
Yan Lin 2025-10-22 21:28:20 +02:00
parent ae70a61e4d
commit 57b9a8809c

View file

@ -93,6 +93,9 @@ in
# Quit behavior # Quit behavior
confirm-close-surface = false; confirm-close-surface = false;
# macOS-specific: Hide title bar to save space
macos-titlebar-style = "hidden";
} }
# Conditional window settings based on mode # Conditional window settings based on mode