added the new dotile as described on ml

This commit is contained in:
Anselm R. Garbe
2006-09-29 16:22:20 +02:00
parent 8fa47ac679
commit fee8df6ccf
6 changed files with 112 additions and 36 deletions

2
main.c
View File

@ -133,7 +133,7 @@ setup(void) {
sx = sy = 0;
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);
master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100;
updatemaster();
bx = by = 0;
bw = sw;