mirror of https://github.com/0intro/wmii
Fix a bug in do_managed_move thanks to Daniel Waeber. Minor change to area.c
This commit is contained in:
parent
04ab4263ce
commit
702801addc
2
area.c
2
area.c
|
@ -155,9 +155,9 @@ attach_to_area(Area *a, Frame *f, Bool send) {
|
|||
else /* floating */
|
||||
place_client(a, c);
|
||||
|
||||
focus_client(f->client, False);
|
||||
if(!a->floating)
|
||||
arrange_column(a, False);
|
||||
focus_client(f->client, False);
|
||||
|
||||
update_client_grab(f->client);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue