about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;