Mercurial > dwm-meillo
comparison main.c @ 126:1489f6b97714
added yet another CUTOMIZE tag
author | arg@10ksloc.org |
---|---|
date | Thu, 20 Jul 2006 15:40:41 +0200 |
parents | 61490330e90a |
children | 77922a389fa8 |
comparison
equal
deleted
inserted
replaced
125:b4b8b4236599 | 126:1489f6b97714 |
---|---|
82 } | 82 } |
83 | 83 |
84 /* extern */ | 84 /* extern */ |
85 | 85 |
86 char stext[1024]; | 86 char stext[1024]; |
87 /* CUSTOMIZE */ | |
87 int tsel = Tdev; /* default tag */ | 88 int tsel = Tdev; /* default tag */ |
89 /* END CUSTOMIZE */ | |
88 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; | 90 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; |
89 Atom wmatom[WMLast], netatom[NetLast]; | 91 Atom wmatom[WMLast], netatom[NetLast]; |
90 Bool running = True; | 92 Bool running = True; |
91 Bool issel = True; | 93 Bool issel = True; |
92 Client *clients = NULL; | 94 Client *clients = NULL; |