mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
mention macos-titlebar-style = hidden
in window-decoration
docs
This commit is contained in:
@ -223,7 +223,7 @@ const c = @cImport({
|
|||||||
@"font-codepoint-map": RepeatableCodepointMap = .{},
|
@"font-codepoint-map": RepeatableCodepointMap = .{},
|
||||||
|
|
||||||
/// Draw fonts with a thicker stroke, if supported. This is only supported
|
/// Draw fonts with a thicker stroke, if supported. This is only supported
|
||||||
/// currently on MacOS.
|
/// currently on macOS.
|
||||||
@"font-thicken": bool = false,
|
@"font-thicken": bool = false,
|
||||||
|
|
||||||
/// All of the configurations behavior adjust various metrics determined by the
|
/// All of the configurations behavior adjust various metrics determined by the
|
||||||
@ -845,13 +845,16 @@ keybind: Keybinds = .{},
|
|||||||
///
|
///
|
||||||
/// * `true`
|
/// * `true`
|
||||||
/// * `false` - windows won't have native decorations, i.e. titlebar and
|
/// * `false` - windows won't have native decorations, i.e. titlebar and
|
||||||
/// borders. On MacOS this also disables tabs and tab overview.
|
/// borders. On macOS this also disables tabs and tab overview.
|
||||||
///
|
///
|
||||||
/// The "toggle_window_decoration" keybind action can be used to create
|
/// The "toggle_window_decoration" keybind action can be used to create
|
||||||
/// a keybinding to toggle this setting at runtime.
|
/// a keybinding to toggle this setting at runtime.
|
||||||
///
|
///
|
||||||
/// Changing this configuration in your configuration and reloading will
|
/// Changing this configuration in your configuration and reloading will
|
||||||
/// only affect new windows. Existing windows will not be affected.
|
/// only affect new windows. Existing windows will not be affected.
|
||||||
|
///
|
||||||
|
/// macOS: To hide the titlebar without removing the native window borders
|
||||||
|
/// or rounded corners, use `macos-titlebar-style = hidden` instead.
|
||||||
@"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