From 4c1cf5efe3e50f4af07fe476dc6dd2cbe1b2fc00 Mon Sep 17 00:00:00 2001 From: SoraTenshi Date: Wed, 13 Sep 2023 23:18:02 +0200 Subject: [PATCH] fixup! macos: allow to hide decorations --- src/config/Config.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 3faf0101a..629392436 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -242,7 +242,6 @@ keybind: Keybinds = .{}, /// If false, windows won't have native decorations, i.e. titlebar and /// borders. -/// Currently only supported with GTK. @"window-decoration": bool = true, /// Whether to allow programs running in the terminal to read/write to