检测屏幕信息

This commit is contained in:
2025-11-13 19:28:40 +08:00
parent 79425dc890
commit db284bf6b7
4 changed files with 147 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ struct monitor_t {
tag_t *tag_list;
tag_t *selected_tag;
char *name;
xcb_window_t bar_window;
};