dont fallback to undermouse
This commit is contained in:
parent
de2ba8f28b
commit
c538ebf422
1 changed files with 0 additions and 1 deletions
|
@ -478,7 +478,6 @@ gboolean place_client(ObClient *client, gint *x, gint *y,
|
||||||
(config_place_policy == OB_PLACE_POLICY_MOUSE &&
|
(config_place_policy == OB_PLACE_POLICY_MOUSE &&
|
||||||
place_under_mouse(client, x, y)) ||
|
place_under_mouse(client, x, y)) ||
|
||||||
place_nooverlap(client, x, y) ||
|
place_nooverlap(client, x, y) ||
|
||||||
place_under_mouse(client, x, y) ||
|
|
||||||
place_random(client, x, y);
|
place_random(client, x, y);
|
||||||
g_assert(ret);
|
g_assert(ret);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue