added heretag command which allows to tag a client of a foreign tag with current tag
This commit is contained in:
parent
849e631510
commit
4f8b08d330
6 changed files with 42 additions and 10 deletions
2
draw.c
2
draw.c
|
@ -97,7 +97,7 @@ drawall()
|
|||
{
|
||||
Client *c;
|
||||
|
||||
for(c = clients; c; c = getnext(c->next))
|
||||
for(c = clients; c; c = getnext(c->next, tsel))
|
||||
drawtitle(c);
|
||||
drawstatus();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue