X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/c19d4b2930379d0b966a1f082f9db2f3011bea76..69439715c09ac36fe94f3cb7b1ed87149fc5ecff:/dwm.c diff --git a/dwm.c b/dwm.c index 51d270e..0071379 100644 --- a/dwm.c +++ b/dwm.c @@ -96,7 +96,8 @@ typedef struct { const char *symbol; void (*arrange)(void); Bool isfloating; -} Layout; +} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry, + instead of having all those layout specific vars globally */ typedef struct { const char *prop; @@ -1406,7 +1407,7 @@ setdefaultgeoms(void) { mh = wh; /* tile area */ - tx = wx; + tx = mx + mw; ty = wy; tw = ww - mw; th = wh;