This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
updated my geoms function
main
Anselm R Garbe
16 years ago
parent
8aa1533879
commit
f77a3d0a62
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
config.anselm.h
+ 3
- 3
config.anselm.h
View File
@ -58,13 +58,13 @@ setanselmgeoms(void) {
mx
=
wx
;
mx
=
wx
;
my
=
wy
;
my
=
wy
;
mw
=
1280
;
mw
=
1280
;
mh
=
800
;
mh
=
800
-
bh
;
/* tile area */
/* tile area */
tx
=
1280
;
tx
=
1280
;
ty
=
0
;
ty
=
0
;
tw
=
w
w
-
1280
;
th
=
w
h
;
tw
=
s
w
-
1280
;
th
=
s
h
;
/* monocle area */
/* monocle area */
mox
=
mx
;
mox
=
mx
;
Write
Preview
Loading…
Cancel
Save