remove ghostty title on linux systems
This commit is contained in:
parent
f003b26fa6
commit
4f33a18b12
1 changed files with 3 additions and 2 deletions
|
|
@ -94,8 +94,9 @@ in
|
|||
# Quit behavior
|
||||
confirm-close-surface = false;
|
||||
|
||||
# macOS-specific: Hide title bar to save space
|
||||
macos-titlebar-style = "hidden";
|
||||
# Platform-specific: Hide title bar to save space
|
||||
macos-titlebar-style = "hidden"; # macOS
|
||||
gtk-titlebar = false; # GNOME/Linux
|
||||
}
|
||||
|
||||
# Conditional window settings based on mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue