tiling: Don't share workspaces across outputs

This commit is contained in:
Victoria Brekenfeld 2022-03-30 16:06:35 +02:00
parent 45a478eff0
commit 3ebeab17b7
3 changed files with 41 additions and 7 deletions

View file

@ -271,8 +271,11 @@ impl Common {
0 => 9,
x => x - 1,
};
self.shell
.activate(&current_output, workspace as usize);
self.shell.activate(
seat,
&current_output,
workspace as usize,
);
userdata
.get::<SupressedKeys>()
.unwrap()