config: add client window criteria
This commit is contained in:
parent
59f8acdfde
commit
2b5be7fbd9
19 changed files with 205 additions and 14 deletions
|
|
@ -238,6 +238,13 @@ impl Xwindow {
|
|||
self.tl_destroy();
|
||||
self.x.surface.set_toplevel(None);
|
||||
self.x.xwindow.set(None);
|
||||
self.x
|
||||
.surface
|
||||
.client
|
||||
.state
|
||||
.xwayland
|
||||
.windows
|
||||
.remove(&self.id);
|
||||
}
|
||||
|
||||
pub fn is_mapped(&self) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue