all repos — openbox @ de98f8153b087316bc15a5d4ddd645c6972aad69

openbox fork - make it a bit more like ryudo

skip taskbar windows dont appear in the client menu
Dana Jansens danakj@orodu.net
commit

de98f8153b087316bc15a5d4ddd645c6972aad69

parent

9fae7e8b1ed7520f9c9193a09931798b5da523f0

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

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

@@ -49,7 +49,7 @@ menu_clear_entries(menu);

for (it = focus_order[d->desktop], i = 0; it; it = g_list_next(it), ++i) { ObClient *c = it->data; - if (client_normal(c)) { + if (client_normal(c) && !c->skip_taskbar) { GSList *acts = NULL; ObAction* act; ObMenuEntry *e;