tiling: Allow orientation of active container to be swapped
This commit is contained in:
parent
2c311c67d1
commit
b3ff2a7ca3
9 changed files with 105 additions and 18 deletions
|
|
@ -63,6 +63,11 @@ impl Workspace {
|
|||
self.space.refresh();
|
||||
}
|
||||
|
||||
pub fn update_orientation(&mut self, seat: &Seat, orientation: layout::Orientation) {
|
||||
self.layout
|
||||
.update_orientation(orientation, seat, &mut self.space, self.focus_stack.iter())
|
||||
}
|
||||
|
||||
pub fn maximize_request(&mut self, window: &Window, output: &Output) {
|
||||
self.layout
|
||||
.maximize_request(&mut self.space, window, output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue