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
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue