mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Merge pull request #1923 from antonk52/docs/window-decoration
docs: warn about `window-decoration` disables tabs functionality
This commit is contained in:
@ -668,8 +668,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. On MacOS this also disables tabs and tab overview.
|
||||
|
||||
@"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