From cec2b8068a0df2b205372df3de24f0929dafc607 Mon Sep 17 00:00:00 2001 From: utox39 Date: Sat, 20 Sep 2025 01:05:59 +0200 Subject: [PATCH] feat(macos-wm): remove kwm from supported window managers --- src/macos/system.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/macos/system.zig b/src/macos/system.zig index f436bea..fc15d44 100644 --- a/src/macos/system.zig +++ b/src/macos/system.zig @@ -159,7 +159,6 @@ pub fn getWindowManagerInfo(allocator: std.mem.Allocator) ![]const u8 { "aerospace", "amethyst", "chunkwm", - "kwm", "rectangle", "spectacle", "yabai",