From 3f85ad68925bfca4fd444d39841de516facdb935 Mon Sep 17 00:00:00 2001 From: Anton Kastritskii Date: Sat, 6 Jul 2024 13:42:24 +0100 Subject: [PATCH] docs: specify that window-decoration disables tabs on macos only --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,