using only note instead of both for docs.
parent
870b74f4da
commit
a262da92bf
|
|
@ -2060,7 +2060,9 @@ keybind: Keybinds = .{},
|
||||||
/// * `plastic` - A glossy, dark plastic frame.
|
/// * `plastic` - A glossy, dark plastic frame.
|
||||||
/// * `chrome` - A shiny chrome frame.
|
/// * `chrome` - A shiny chrome frame.
|
||||||
///
|
///
|
||||||
/// This only has an effect when `macos-icon` is set to `custom-style`.
|
/// Note: This configuration is required when `macos-icon` is set to
|
||||||
|
/// `custom-style`.
|
||||||
|
///
|
||||||
@"macos-icon-frame": MacAppIconFrame = .aluminum,
|
@"macos-icon-frame": MacAppIconFrame = .aluminum,
|
||||||
|
|
||||||
/// The color of the ghost in the macOS app icon.
|
/// The color of the ghost in the macOS app icon.
|
||||||
|
|
@ -2068,8 +2070,6 @@ keybind: Keybinds = .{},
|
||||||
/// Note: This configuration is required when `macos-icon` is set to
|
/// Note: This configuration is required when `macos-icon` is set to
|
||||||
/// `custom-style`.
|
/// `custom-style`.
|
||||||
///
|
///
|
||||||
/// This only has an effect when `macos-icon` is set to `custom-style`.
|
|
||||||
///
|
|
||||||
/// Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
|
/// Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
|
||||||
@"macos-icon-ghost-color": ?Color = null,
|
@"macos-icon-ghost-color": ?Color = null,
|
||||||
|
|
||||||
|
|
@ -2082,7 +2082,6 @@ keybind: Keybinds = .{},
|
||||||
/// Note: This configuration is required when `macos-icon` is set to
|
/// Note: This configuration is required when `macos-icon` is set to
|
||||||
/// `custom-style`.
|
/// `custom-style`.
|
||||||
///
|
///
|
||||||
/// This only has an effect when `macos-icon` is set to `custom-style`.
|
|
||||||
@"macos-icon-screen-color": ?ColorList = null,
|
@"macos-icon-screen-color": ?ColorList = null,
|
||||||
|
|
||||||
/// Put every surface (tab, split, window) into a dedicated Linux cgroup.
|
/// Put every surface (tab, split, window) into a dedicated Linux cgroup.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue