]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
skip taskbar windows dont appear in the client menu
[chaz/openbox] / openbox / client_list_menu.c
index 985cb729267e1fac1b0825ef246cb89ead415048..2ac2903869b01b98e72f0149763448fe321d183b 100644 (file)
@@ -49,7 +49,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data)
 
     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;
This page took 0.023774 seconds and 4 git commands to generate.