added yet another CUTOMIZE tag
This commit is contained in:
parent
2b5553b1eb
commit
06dc514bc7
2
main.c
2
main.c
@ -84,7 +84,9 @@ xerrorstart(Display *dsply, XErrorEvent *ee)
|
|||||||
/* extern */
|
/* extern */
|
||||||
|
|
||||||
char stext[1024];
|
char stext[1024];
|
||||||
|
/* CUSTOMIZE */
|
||||||
int tsel = Tdev; /* default tag */
|
int tsel = Tdev; /* default tag */
|
||||||
|
/* END CUSTOMIZE */
|
||||||
int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
|
int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
|
||||||
Atom wmatom[WMLast], netatom[NetLast];
|
Atom wmatom[WMLast], netatom[NetLast];
|
||||||
Bool running = True;
|
Bool running = True;
|
||||||
|
Loading…
Reference in New Issue
Block a user