updated my geoms function - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit f77a3d0a62b09f2923b8e2c7e739600ab8283abb DIR parent 8aa1533879939c18c2475363db402b76b4205854 HTML Author: Anselm R Garbe <garbeam@gmail.com> Date: Thu, 13 Mar 2008 10:25:50 +0000 updated my geoms function Diffstat: M config.anselm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- DIR 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;