Create initial window rules set up

At least tag rules seem to be working (but they're not frame perfect).

I might need to investigate more for float/no_float.

Rules are ANDed and only apply during window's first manage sequence,
so changing an appid/title doesn't affect anything.
This commit is contained in:
Ben Buhse 2026-02-17 16:26:18 -06:00
commit 6b8350e7b6
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
6 changed files with 410 additions and 25 deletions

View file

@ -357,4 +357,5 @@ const log = std.log.scoped(.main);
test {
_ = @import("utils.zig");
_ = @import("Config.zig");
_ = @import("globber.zig");
}