config: add workspace window criteria
This commit is contained in:
parent
5ad6ca4dd3
commit
51e752992f
13 changed files with 88 additions and 3 deletions
|
|
@ -266,6 +266,8 @@ impl Rule for WindowRule {
|
|||
value!(XInstanceRegex, x_instance_regex);
|
||||
value!(XRole, x_role);
|
||||
value!(XRoleRegex, x_role_regex);
|
||||
value!(WorkspaceName, workspace);
|
||||
value!(WorkspaceNameRegex, workspace_regex);
|
||||
bool!(Floating, floating);
|
||||
bool!(Visible, visible);
|
||||
bool!(Urgent, urgent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue