all repos — openbox @ f68066aa63edd6404dc8a598bd9e1f66d8d3844d

openbox fork - make it a bit more like ryudo

we always want to start with something focused, moving this to openbox.c
Dana Jansens danakj@orodu.net
commit

f68066aa63edd6404dc8a598bd9e1f66d8d3844d

parent

8b5619d0ad1ed1a9ed41cc5e54622aa6e8fd2cf9

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

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

@@ -183,9 +183,6 @@ client_manage(children[i]);

} } XFree(children); - - if (config_focus_new) - focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS); } void client_manage(Window window)
M openbox/openbox.copenbox/openbox.c

@@ -248,6 +248,7 @@

if (!reconfigure) { /* get all the existing windows */ client_manage_all(); + focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS); } else { GList *it;