client: do not honor groups if physical screen are different
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
cc58b840e6
commit
33d3aeb7d0
2
client.c
2
client.c
|
@ -553,7 +553,7 @@ client_manage(xcb_window_t w, xcb_get_geometry_reply_t *wgeom, int phys_screen,
|
|||
|
||||
/* Move to the right screen.
|
||||
* Assumption: Window groups do not span multiple logical screens. */
|
||||
if(group)
|
||||
if(group && group->phys_screen == c->phys_screen)
|
||||
screen = group->screen;
|
||||
|
||||
/* Then check clients hints */
|
||||
|
|
Loading…
Reference in New Issue