shell: Move workspace on window move

This commit is contained in:
Victoria Brekenfeld 2022-10-25 17:42:05 +02:00
parent 38e3194331
commit 375d40e388
2 changed files with 26 additions and 11 deletions

View file

@ -341,7 +341,8 @@ impl State {
0 => 9,
x => x - 1,
};
self.common.shell.move_current_window(
Shell::move_current_window(
self,
seat,
&current_output,
workspace as usize,