remove ghostty title on linux systems

This commit is contained in:
Yan Lin 2025-10-23 00:40:07 +02:00
parent f003b26fa6
commit 4f33a18b12

View file

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