mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +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.
|
/// 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.
|
||||||
|
Reference in New Issue
Block a user