mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Fixed workspace switching in multimonitor layouts
This commit is contained in:
parent
b01a04f22b
commit
618b3df051
4 changed files with 70 additions and 60 deletions
|
|
@ -179,7 +179,7 @@ void arrange_windows(swayc_t *container, int width, int height) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
layout_log(&root_container, 0);
|
||||
layout_log(&root_container, 0);
|
||||
}
|
||||
|
||||
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue