mirror of
git://git.suckless.org/dwm
synced 2025-05-12 16:36:30 +01:00
updatetilegeom should be fine for setmfact
This commit is contained in:
parent
549726869b
commit
64707da963
2
tile.c
2
tile.c
@ -20,7 +20,7 @@ setmfact(const char *arg) {
|
|||||||
return;
|
return;
|
||||||
mfact = d;
|
mfact = d;
|
||||||
}
|
}
|
||||||
updategeom();
|
updatetilegeom();
|
||||||
arrange();
|
arrange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user