all repos — openbox @ fdfaa0c8dd830209e44efc23271eec0e32b86f7d

openbox fork - make it a bit more like ryudo

remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map
Dana Jansens danakj@orodu.net
commit

fdfaa0c8dd830209e44efc23271eec0e32b86f7d

parent

8251308845d2f8cf304127b934f4e5aa759c459d

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

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

@@ -272,6 +272,8 @@ strict rules for focus */

(self->type == OB_CLIENT_TYPE_NORMAL || self->type == OB_CLIENT_TYPE_DIALOG)) { + activate = TRUE; +#if 0 if (self->desktop != screen_desktop) { /* activate the window */ activate = TRUE;

@@ -301,6 +303,7 @@ /* activate the window */

activate = TRUE; } } +#endif } dispatch_client(Event_Client_New, self, 0, 0);