all repos — openbox @ 90445487e12635f68393d0093f1a03f1ee57f0e2

openbox fork - make it a bit more like ryudo

dont use undermouse at all if focusNew is off
Dana Jansens danakj@orodu.net
commit

90445487e12635f68393d0093f1a03f1ee57f0e2

parent

9e000dc6fd7131f52bd3de1f7035f178940d44d2

1 files changed, 3 insertions(+), 5 deletions(-)

jump to
M openbox/place.copenbox/place.c

@@ -374,13 +374,11 @@ if (client->positioned)

return; if (place_transient(client, x, y) || place_dialog(client, x, y) || - (!(config_focus_follow && config_focus_new) ? + ((config_focus_follow && config_focus_new) ? + place_under_mouse(client, x, y) : place_smart(client, x, y, SMART_FULL) || place_smart(client, x, y, SMART_GROUP) || - place_smart(client, x, y, SMART_FOCUSED) : - FALSE) || - (config_focus_follow ? - place_under_mouse(client, x, y) : + place_smart(client, x, y, SMART_FOCUSED) || place_random(client, x, y))) { /* get where the client should be */