dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit f77a3d0a62b09f2923b8e2c7e739600ab8283abb
parent 8aa1533879939c18c2475363db402b76b4205854
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Thu, 13 Mar 2008 10:25:50 +0000

updated my geoms function
Diffstat:
Mconfig.anselm.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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;