config: add just-mapped window criteria
This commit is contained in:
parent
e36ccd560c
commit
5f1268cada
16 changed files with 95 additions and 4 deletions
|
|
@ -262,6 +262,7 @@ impl Rule for WindowRule {
|
|||
bool!(Visible, visible);
|
||||
bool!(Urgent, urgent);
|
||||
bool!(Fullscreen, fullscreen);
|
||||
bool!(JustMapped, just_mapped);
|
||||
if let Some(value) = match_.focused {
|
||||
let crit = WindowCriterion::Focus(state.persistent.seat);
|
||||
let matcher = match value {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue