Merge pull request #1923 from antonk52/docs/window-decoration

docs: warn about `window-decoration` disables tabs functionality
This commit is contained in:
Mitchell Hashimoto
2024-07-09 08:34:34 -07:00
committed by GitHub

View File

@ -668,8 +668,12 @@ keybind: Keybinds = .{},
/// configuration `font-size` will be used. /// configuration `font-size` will be used.
@"window-inherit-font-size": bool = true, @"window-inherit-font-size": bool = true,
/// If false, windows won't have native decorations, i.e. titlebar and /// Valid values:
/// borders. ///
/// * `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, @"window-decoration": bool = true,
/// The font that will be used for the application's window and tab titles. /// The font that will be used for the application's window and tab titles.