all repos — openbox @ eef665c6b899cea2598b4b5cbfc4129dcf90287f

openbox fork - make it a bit more like ryudo

only focus new 'normal' windows
Dana Jansens danakj@orodu.net
commit

eef665c6b899cea2598b4b5cbfc4129dcf90287f

parent

180cdd0e91799458552f581327a67be745909134

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

jump to
M src/screen.ccsrc/screen.cc

@@ -520,7 +520,8 @@

Openbox::instance->bindings()->grabButtons(true, client); // XXX: make this optional or more intelligent - client->focus(); + if (client->normal()) + client->focus(); // call the python NEWWINDOW binding EventData *data = new_event_data(window, EventNewWindow, 0);