Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
applied sanders no_sizehints for tiled mode patch (thx!)
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
d18cd0c
..
dc8a6e7
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-84,7
+84,9
@@
xerrorstart(Display *dsply, XErrorEvent *ee)
/* extern */
char stext[1024];
+/* CUSTOMIZE */
int tsel = Tdev; /* default tag */
+/* END CUSTOMIZE */
int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
Atom wmatom[WMLast], netatom[NetLast];
Bool running = True;