X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=main.c;h=a1fdde160d7a51b35def71ff063805cc3244d1c8;hb=010fd21b2037923e9ba1f0d67a67bbf8d8da2c89;hp=488ebc15356c5ff26a7d20640d736a597fb5d9fc;hpb=fee8df6ccf3ab1494421d422af252f7b3da3a811;p=dwm.git diff --git a/main.c b/main.c index 488ebc1..a1fdde1 100644 --- a/main.c +++ b/main.c @@ -133,7 +133,7 @@ setup(void) { sx = sy = 0; sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen); - updatemaster(); + master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100; bx = by = 0; bw = sw;