tiling: Don't share workspaces across outputs
This commit is contained in:
parent
45a478eff0
commit
3ebeab17b7
3 changed files with 41 additions and 7 deletions
|
|
@ -271,8 +271,11 @@ impl Common {
|
|||
0 => 9,
|
||||
x => x - 1,
|
||||
};
|
||||
self.shell
|
||||
.activate(¤t_output, workspace as usize);
|
||||
self.shell.activate(
|
||||
seat,
|
||||
¤t_output,
|
||||
workspace as usize,
|
||||
);
|
||||
userdata
|
||||
.get::<SupressedKeys>()
|
||||
.unwrap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue