config: add WM_CLASS window criteria
This commit is contained in:
parent
6d3d4dcabb
commit
faa0b27ef8
15 changed files with 159 additions and 10 deletions
|
|
@ -260,6 +260,10 @@ impl Rule for WindowRule {
|
|||
value!(AppIdRegex, app_id_regex);
|
||||
value!(Tag, tag);
|
||||
value!(TagRegex, tag_regex);
|
||||
value!(XClass, x_class);
|
||||
value!(XClassRegex, x_class_regex);
|
||||
value!(XInstance, x_instance);
|
||||
value!(XInstanceRegex, x_instance_regex);
|
||||
bool!(Floating, floating);
|
||||
bool!(Visible, visible);
|
||||
bool!(Urgent, urgent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue