mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
client: move client to screen correctly if belonging to a group
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
33d3aeb7d0
commit
d08b04ce9d
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
@ -554,7 +554,7 @@ client_manage(xcb_window_t w, xcb_get_geometry_reply_t *wgeom, int phys_screen,
|
||||||
/* Move to the right screen.
|
/* Move to the right screen.
|
||||||
* Assumption: Window groups do not span multiple logical screens. */
|
* Assumption: Window groups do not span multiple logical screens. */
|
||||||
if(group && group->phys_screen == c->phys_screen)
|
if(group && group->phys_screen == c->phys_screen)
|
||||||
screen = group->screen;
|
screen_client_moveto(c, group->screen, false, true);
|
||||||
|
|
||||||
/* Then check clients hints */
|
/* Then check clients hints */
|
||||||
ewmh_client_check_hints(c);
|
ewmh_client_check_hints(c);
|
||||||
|
|
Loading…
Reference in a new issue