From 7881bb2bf06913724ea67592902c63c03b70c744 Mon Sep 17 00:00:00 2001 From: 521337 <57076905+521337@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:07:36 +0100 Subject: [PATCH] Fix typo in config reference: window-decorations -> window-decoration --- 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 f2d998aac..a2f71c0c0 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1098,7 +1098,7 @@ keybind: Keybinds = .{}, /// BUG: On Linux with GTK, the calculated window size will not properly take /// into account window decorations. As a result, the grid dimensions will not /// exactly match this configuration. If window decorations are disabled (see -/// window-decorations), then this will work as expected. +/// `window-decoration`), then this will work as expected. /// /// Windows smaller than 10 wide by 4 high are not allowed. @"window-height": u32 = 0,