config: add client window criteria
This commit is contained in:
parent
59f8acdfde
commit
2b5be7fbd9
19 changed files with 205 additions and 14 deletions
|
|
@ -109,6 +109,7 @@ pub enum WindowCriterionIpc {
|
|||
regex: bool,
|
||||
},
|
||||
Types(WindowType),
|
||||
Client(ClientMatcher),
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, Hash, Eq, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue