mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
do not draw win that skip focus
This commit is contained in:
parent
768aef8960
commit
68affe21fd
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue