Browse Source

updatetilegeom should be fine for setmfact

custom-dwm
Anselm R Garbe 18 years ago
parent
commit
64707da963
  1. 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…
Cancel
Save