docs: warn about window-decoration disables tabs functionality

This commit is contained in:
Anton Kastritskii
2024-07-05 23:46:27 +01:00
committed by GitHub
parent 9f3f663633
commit 0d6023f059

View File

@ -664,8 +664,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. Tabs and tab overview will be disabled.
@"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.