From 7d71eabae8392991d145ce5fa67abf0c580fa797 Mon Sep 17 00:00:00 2001 From: Niclas van Eyk Date: Thu, 19 Dec 2024 22:05:59 +0100 Subject: [PATCH] docs: fix referenced toggle window decorations action name --- 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 dde1d069e..ca725f409 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1003,7 +1003,7 @@ keybind: Keybinds = .{}, /// * `false` - windows won't have native decorations, i.e. titlebar and /// borders. On macOS this also disables tabs and tab overview. /// -/// The "toggle_window_decoration" keybind action can be used to create +/// The "toggle_window_decorations" keybind action can be used to create /// a keybinding to toggle this setting at runtime. /// /// Changing this configuration in your configuration and reloading will