added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client
This commit is contained in:
parent
7b6d5ff298
commit
8a6679b3b4
3 changed files with 52 additions and 29 deletions
2
dwm.h
2
dwm.h
|
@ -127,6 +127,8 @@ extern void *erealloc(void *ptr, unsigned int size);
|
|||
extern void spawn(Arg *arg);
|
||||
|
||||
/* view.c */
|
||||
extern void attach(Client *c);
|
||||
extern void detach(Client *c);
|
||||
extern void dofloat(Arg *arg);
|
||||
extern void dotile(Arg *arg);
|
||||
extern void focusnext(Arg *arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue