mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
window-rules: implement type filter
Co-Authored-By: Grigory Kirillov <txgk@bk.ru>
This commit is contained in:
parent
9be18f3009
commit
858e1c65cf
9 changed files with 157 additions and 79 deletions
|
|
@ -21,6 +21,7 @@ enum property {
|
|||
struct window_rule {
|
||||
char *identifier;
|
||||
char *title;
|
||||
int window_type;
|
||||
bool match_once;
|
||||
|
||||
enum window_rule_event event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue