This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
updated my geoms function
config
Anselm R Garbe
16 years ago
parent
8aa1533879
commit
f77a3d0a62
1 changed files
with
3 additions
and
3 deletions
Split 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
;
my
=
wy
;
mw
=
1280
;
mh
=
800
;
mh
=
800
-
bh
;
/* tile area */
tx
=
1280
;
ty
=
0
;
tw
=
w
w
-
1280
;
th
=
w
h
;
tw
=
s
w
-
1280
;
th
=
s
h
;
/* monocle area */
mox
=
mx
;
Write
Preview
Loading…
Cancel
Save