removed useless updatemaster
This commit is contained in:
parent
1802fad2f9
commit
010fd21b20
4 changed files with 3 additions and 9 deletions
2
main.c
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue