mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
docs: warn about window-decoration
disables tabs functionality
This commit is contained in:

committed by
GitHub

parent
9f3f663633
commit
0d6023f059
@ -664,8 +664,12 @@ keybind: Keybinds = .{},
|
||||
/// configuration `font-size` will be used.
|
||||
@"window-inherit-font-size": bool = true,
|
||||
|
||||
/// If false, windows won't have native decorations, i.e. titlebar and
|
||||
/// borders.
|
||||
/// Valid values:
|
||||
///
|
||||
/// * `true`
|
||||
/// * `false` - windows won't have native decorations, i.e. titlebar and
|
||||
/// borders. Tabs and tab overview will be disabled.
|
||||
|
||||
@"window-decoration": bool = true,
|
||||
|
||||
/// The font that will be used for the application's window and tab titles.
|
||||
|
Reference in New Issue
Block a user