Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
d05d09b
)
some polishing
author
Anselm R Garbe <
[email protected]
>
Wed, 12 Mar 2008 16:04:06 +0000
(16:04 +0000)
committer
Anselm R Garbe <
[email protected]
>
Wed, 12 Mar 2008 16:04:06 +0000
(16:04 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
f1d59f9
..
2f5b5dc
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1452,33
+1452,19
@@
setup(void) {
lt = &layouts[0];
/* bar position */
lt = &layouts[0];
/* bar position */
- bx = BX;
- by = BY;
- bw = BW;
+ bx = BX; by = BY; bw = BW;
/* window area */
/* window area */
- wx = WX;
- wy = WY;
- ww = WW;
- wh = WH;
+ wx = WX; wy = WY; ww = WW; wh = WH;
/* master area */
/* master area */
- mx = MX;
- my = MY;
- mw = MW;
- mh = MH;
+ mx = MX; my = MY; mw = MW; mh = MH;
/* tile area */
/* tile area */
- tx = TX;
- ty = TY;
- tw = TW;
- th = TH;
+ tx = TX; ty = TY; tw = TW; th = TH;
/* monocle area */
/* monocle area */
- mox = MOX;
- moy = MOY;
- mow = MOW;
- moh = MOH;
+ mox = MOX; moy = MOY; mow = MOW; moh = MOH;
/* init bar */
for(blw = i = 0; i < LENGTH(layouts); i++) {
/* init bar */
for(blw = i = 0; i < LENGTH(layouts); i++) {