From: Anselm R Garbe Date: Thu, 13 Mar 2008 10:25:50 +0000 (+0000) Subject: updated my geoms function X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=f77a3d0a62b09f2923b8e2c7e739600ab8283abb updated my geoms function --- 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;