From 8e63ffdabdc3be3ad355dcaddd47d8e71c510739 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 28 Sep 2003 09:01:04 +0000 Subject: add option for under-mouse placement --- openbox/place.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/place.c') diff --git a/openbox/place.c b/openbox/place.c index 044743bc..19fa597a 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -374,7 +374,7 @@ void place_client(ObClient *client, gint *x, gint *y) return; if (place_transient(client, x, y) || place_dialog(client, x, y) || - ((config_focus_follow && config_focus_new) ? + ((config_place_policy == OB_PLACE_POLICY_MOUSE) ? place_under_mouse(client, x, y) : place_smart(client, x, y, SMART_FULL) || place_smart(client, x, y, SMART_GROUP) || -- cgit v1.2.3