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
3
dwm.h
3
dwm.h
|
@ -145,7 +145,8 @@ extern int xerror(Display *dsply, XErrorEvent *ee);
|
|||
extern void appendtag(Arg *arg);
|
||||
extern void dofloat(Arg *arg);
|
||||
extern void dotile(Arg *arg);
|
||||
extern Client *getnext(Client *c);
|
||||
extern Client *getnext(Client *c, unsigned int t);
|
||||
extern void heretag(Arg *arg);
|
||||
extern void replacetag(Arg *arg);
|
||||
extern void settags(Client *c);
|
||||
extern void view(Arg *arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue