all repos — openbox @ d00096dedb53112cac7c4ede00b7f2ca868da1da

openbox fork - make it a bit more like ryudo

dont skip desktop windows that set skip_taskbar
Dana Jansens danakj@orodu.net
commit

d00096dedb53112cac7c4ede00b7f2ca868da1da

parent

ca88a21a39f27b6eff634495850d00bbae617903

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

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

@@ -594,6 +594,7 @@

/* 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_DESKTOP || ft->type == OB_CLIENT_TYPE_TOOLBAR || ft->type == OB_CLIENT_TYPE_MENU || ft->type == OB_CLIENT_TYPE_UTILITY) ||