diff --git a/src/config/Config.zig b/src/config/Config.zig index 116dddb73..c56dd3cb5 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -668,7 +668,7 @@ keybind: Keybinds = .{}, /// /// * `true` /// * `false` - windows won't have native decorations, i.e. titlebar and -/// borders. Tabs and tab overview will be disabled. +/// borders. On MacOS this also disabled tabs and tab overview. @"window-decoration": bool = true,