diff --git a/src/config/Config.zig b/src/config/Config.zig index a5f5b56b3..1c32c731c 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2060,7 +2060,9 @@ keybind: Keybinds = .{}, /// * `plastic` - A glossy, dark plastic 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, /// 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 /// `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. @"macos-icon-ghost-color": ?Color = null, @@ -2082,7 +2082,6 @@ keybind: Keybinds = .{}, /// Note: This configuration is required when `macos-icon` is set to /// `custom-style`. /// -/// This only has an effect when `macos-icon` is set to `custom-style`. @"macos-icon-screen-color": ?ColorList = null, /// Put every surface (tab, split, window) into a dedicated Linux cgroup.