shell: Move workspace on window move
This commit is contained in:
parent
38e3194331
commit
375d40e388
2 changed files with 26 additions and 11 deletions
|
|
@ -341,7 +341,8 @@ impl State {
|
|||
0 => 9,
|
||||
x => x - 1,
|
||||
};
|
||||
self.common.shell.move_current_window(
|
||||
Shell::move_current_window(
|
||||
self,
|
||||
seat,
|
||||
¤t_output,
|
||||
workspace as usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue