remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map
This commit is contained in:
parent
8251308845
commit
fdfaa0c8dd
1 changed files with 3 additions and 0 deletions
|
@ -272,6 +272,8 @@ void client_manage(Window window)
|
||||||
(self->type == OB_CLIENT_TYPE_NORMAL ||
|
(self->type == OB_CLIENT_TYPE_NORMAL ||
|
||||||
self->type == OB_CLIENT_TYPE_DIALOG))
|
self->type == OB_CLIENT_TYPE_DIALOG))
|
||||||
{
|
{
|
||||||
|
activate = TRUE;
|
||||||
|
#if 0
|
||||||
if (self->desktop != screen_desktop) {
|
if (self->desktop != screen_desktop) {
|
||||||
/* activate the window */
|
/* activate the window */
|
||||||
activate = TRUE;
|
activate = TRUE;
|
||||||
|
@ -301,6 +303,7 @@ void client_manage(Window window)
|
||||||
activate = TRUE;
|
activate = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatch_client(Event_Client_New, self, 0, 0);
|
dispatch_client(Event_Client_New, self, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue