添加窗口规则支持

This commit is contained in:
2026-02-04 16:47:35 +08:00
parent 0e07ba135b
commit 8337ab9519
8 changed files with 116 additions and 20 deletions

View File

@@ -27,6 +27,8 @@ typedef struct wm_t {
char *font_family;
uint32_t font_size;
uint32_t dpi;
const rule_t *rules;
uint32_t rules_count;
xcb_connection_t *xcb_conn;
xcb_screen_t *screen;