xwayland: add sensible rules for NET_WM_WINDOW_TYPE_DESKTOP windows

This commit is contained in:
Grigory Kirillov 2024-05-11 22:40:27 +03:00
parent b41af54a1b
commit 5825db86b7
4 changed files with 51 additions and 11 deletions

View file

@ -44,5 +44,6 @@ struct view;
void window_rules_apply(struct view *view, enum window_rule_event event);
enum property window_rules_get_property(struct view *view, const char *property);
void create_default_window_type_rules(void);
#endif /* LABWC_WINDOW_RULES_H */