Merge pull request #22 from utox39/feat/window-manager

fix(macos-wm): fix wrong array size
This commit is contained in:
utox39
2025-10-04 21:07:25 +02:00
committed by GitHub

View File

@@ -155,7 +155,7 @@ pub fn getWindowManagerInfo(allocator: std.mem.Allocator) ![]const u8 {
var wm_name: ?[]const u8 = null; var wm_name: ?[]const u8 = null;
const supported_wms: [7][]const u8 = .{ const supported_wms: [6][]const u8 = .{
"aerospace", "aerospace",
"amethyst", "amethyst",
"chunkwm", "chunkwm",