skip taskbar windows dont appear in the client menu
This commit is contained in:
parent
9fae7e8b1e
commit
de98f8153b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
for (it = focus_order[d->desktop], i = 0; it; it = g_list_next(it), ++i) {
|
||||||
ObClient *c = it->data;
|
ObClient *c = it->data;
|
||||||
if (client_normal(c)) {
|
if (client_normal(c) && !c->skip_taskbar) {
|
||||||
GSList *acts = NULL;
|
GSList *acts = NULL;
|
||||||
ObAction* act;
|
ObAction* act;
|
||||||
ObMenuEntry *e;
|
ObMenuEntry *e;
|
||||||
|
|
Loading…
Reference in a new issue