Add is-urgent window rule matcher

This commit is contained in:
Ivan Molodetskikh
2025-05-10 22:48:11 +03:00
parent 5816691460
commit a2efaf2816
4 changed files with 26 additions and 0 deletions
+5
View File
@@ -1457,6 +1457,8 @@ pub struct Match {
#[knuffel(property)]
pub is_window_cast_target: Option<bool>,
#[knuffel(property)]
pub is_urgent: Option<bool>,
#[knuffel(property)]
pub at_startup: Option<bool>,
}
@@ -4804,6 +4806,7 @@ mod tests {
is_active_in_column: None,
is_floating: None,
is_window_cast_target: None,
is_urgent: None,
at_startup: None,
},
],
@@ -4822,6 +4825,7 @@ mod tests {
is_active_in_column: None,
is_floating: None,
is_window_cast_target: None,
is_urgent: None,
at_startup: None,
},
Match {
@@ -4836,6 +4840,7 @@ mod tests {
is_active_in_column: None,
is_floating: None,
is_window_cast_target: None,
is_urgent: None,
at_startup: None,
},
],