all repos — openbox @ fd1b33af0d93c2e06dd6fc25e7644c924d3c6597

openbox fork - make it a bit more like ryudo

onyl focus 'normal' windows on map
Dana Jansens danakj@orodu.net
commit

fd1b33af0d93c2e06dd6fc25e7644c924d3c6597

parent

58ba751ab71e99202b1f8d2c5d8dd75373a50905

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

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

@@ -238,7 +238,7 @@

dispatch_client(Event_Client_Mapped, self, 0, 0); /* focus the new window? */ - if (ob_state != State_Starting) { + if (ob_state != State_Starting && client_normal(self)) { if (config_focus_new) client_focus(self); else if (self->transient_for) {