mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
config: update docs, caps
This commit is contained in:
@ -1426,11 +1426,19 @@ keybind: Keybinds = .{},
|
|||||||
/// back to `top`.
|
/// back to `top`.
|
||||||
@"gtk-tabs-location": GtkTabsLocation = .top,
|
@"gtk-tabs-location": GtkTabsLocation = .top,
|
||||||
|
|
||||||
/// Determines the appearance of the top and bottom bars when using the adwaita tab bar.
|
/// Determines the appearance of the top and bottom bars when using the
|
||||||
/// If set to `flat`, top and bottom bars are flat with the terminal window.
|
/// adwaita tab bar. This requires `gtk-adwaita` to be enabled (it is
|
||||||
/// If set to `raised`, top and bottom bars cast a shadow on the terminal area.
|
/// by default).
|
||||||
/// `raised-border` is similar to `raised` but the shadow is replaced with a more subtle border.
|
///
|
||||||
@"adw-toolbar-style": AdwToolBarStyle = .raised,
|
/// Valid values are:
|
||||||
|
///
|
||||||
|
/// * `flat` - Top and bottom bars are flat with the terminal window.
|
||||||
|
/// * `raised` - Top and bottom bars cast a shadow on the terminal area.
|
||||||
|
/// * `raised-border` - Similar to `raised` but the shadow is replaced with a
|
||||||
|
/// more subtle border.
|
||||||
|
///
|
||||||
|
/// Changing this value at runtime will only affect new windows.
|
||||||
|
@"adw-toolbar-style": AdwToolbarStyle = .raised,
|
||||||
|
|
||||||
/// If `true` (default), then the Ghostty GTK tabs will be "wide." Wide tabs
|
/// If `true` (default), then the Ghostty GTK tabs will be "wide." Wide tabs
|
||||||
/// are the new typical Gnome style where tabs fill their available space.
|
/// are the new typical Gnome style where tabs fill their available space.
|
||||||
@ -4071,7 +4079,7 @@ pub const GtkTabsLocation = enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// See adw-toolbar-style
|
/// See adw-toolbar-style
|
||||||
pub const AdwToolBarStyle = enum {
|
pub const AdwToolbarStyle = enum {
|
||||||
flat,
|
flat,
|
||||||
raised,
|
raised,
|
||||||
@"raised-border",
|
@"raised-border",
|
||||||
|
Reference in New Issue
Block a user