aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-13 11:25:50 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-03-13 11:25:50 +0100
commitf77a3d0a62b09f2923b8e2c7e739600ab8283abb (patch)
treece6a19709a0f26f280e53068345d135f7cd8fa1c
parent8aa1533879939c18c2475363db402b76b4205854 (diff)
downloaddwm-f77a3d0a62b09f2923b8e2c7e739600ab8283abb.tar.zst
updated my geoms function
-rw-r--r--config.anselm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.anselm.h b/config.anselm.h
index 990575d..77af948 100644
--- a/config.anselm.h
+++ b/config.anselm.h
@@ -58,13 +58,13 @@ setanselmgeoms(void) {
mx = wx;
my = wy;
mw = 1280;
- mh = 800;
+ mh = 800 - bh;
/* tile area */
tx = 1280;
ty = 0;
- tw = ww - 1280;
- th = wh;
+ tw = sw - 1280;
+ th = sh;
/* monocle area */
mox = mx;