all repos — openbox @ 38b12c6cba7c7448d1d43b3f91b40726985b7235

openbox fork - make it a bit more like ryudo

!
Dana Jansens danakj@orodu.net
commit

38b12c6cba7c7448d1d43b3f91b40726985b7235

parent

def8f7e4dde2a95b4a9bf177af4493550ec6f6e5

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

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

@@ -562,10 +562,10 @@ !client_has_application_group_siblings(ft))));

/* it's not set to skip the taskbar (unless it is a type that would be expected to set this hint */ - ok = ok && (!(ft->type == OB_CLIENT_TYPE_DOCK || - ft->type == OB_CLIENT_TYPE_TOOLBAR || - ft->type == OB_CLIENT_TYPE_MENU || - ft->type == OB_CLIENT_TYPE_UTILITY) || + ok = ok && ((ft->type == OB_CLIENT_TYPE_DOCK || + ft->type == OB_CLIENT_TYPE_TOOLBAR || + ft->type == OB_CLIENT_TYPE_MENU || + ft->type == OB_CLIENT_TYPE_UTILITY) || !ft->skip_taskbar); /* it's not going to just send fous off somewhere else (modal window) */