do not draw win that skip focus
This commit is contained in:
parent
768aef8960
commit
68affe21fd
|
@ -52,7 +52,7 @@ typedef struct
|
|||
static inline Bool
|
||||
tasklist_isvisible(Client *c, int screen, ShowClient show)
|
||||
{
|
||||
if(c->skiptb)
|
||||
if(c->skip || c->skiptb)
|
||||
return False;
|
||||
|
||||
switch(show)
|
||||
|
|
Loading…
Reference in New Issue