dont reposition windows who know what they want
This commit is contained in:
parent
9a4ccc919c
commit
cd1694cd1c
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ static void event(ObEvent *e, void *foo)
|
||||||
|
|
||||||
if (ob_state == State_Starting) return;
|
if (ob_state == State_Starting) return;
|
||||||
|
|
||||||
|
/* requested a position */
|
||||||
|
if (e->data.c.client->positioned) return;
|
||||||
|
|
||||||
if (!place_history(e->data.c.client))
|
if (!place_history(e->data.c.client))
|
||||||
place_random(e->data.c.client);
|
place_random(e->data.c.client);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue