window-rules: implement type filter

Co-Authored-By: Grigory Kirillov <txgk@bk.ru>
This commit is contained in:
Tobias Bengfort 2024-04-19 20:15:49 +02:00 committed by Consolatis
parent 9be18f3009
commit 858e1c65cf
9 changed files with 157 additions and 79 deletions

View file

@ -21,6 +21,7 @@ enum property {
struct window_rule {
char *identifier;
char *title;
int window_type;
bool match_once;
enum window_rule_event event;