switched to regexp matching for Rules

This commit is contained in:
arg@10ksloc.org
2006-08-04 14:40:32 +02:00
parent f504aea132
commit e21d93b7bd
6 changed files with 65 additions and 31 deletions

1
dwm.h
View File

@ -121,6 +121,7 @@ extern int xerror(Display *dsply, XErrorEvent *ee);
extern void appendtag(Arg *arg);
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void initrregs();
extern Client *getnext(Client *c);
extern Client *getprev(Client *c);
extern void replacetag(Arg *arg);