input: Move windows between workspaces
This commit is contained in:
parent
5b2ea80c50
commit
f7ac9654d1
6 changed files with 38 additions and 4 deletions
|
|
@ -200,6 +200,12 @@ impl Layout for TilingLayout {
|
|||
}
|
||||
}
|
||||
|
||||
fn unmap_window(&mut self, space: &mut Space, window: &Window) {
|
||||
self.unmap_window(&window);
|
||||
space.unmap_window(&window);
|
||||
self.refresh(space);
|
||||
}
|
||||
|
||||
fn resize_request(
|
||||
&mut self,
|
||||
_space: &mut Space,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue