add scalefactor to cwmrc

This commit is contained in:
2024-12-22 17:02:42 -05:00
parent d7c777b1a5
commit ca083f97bd
4 changed files with 12 additions and 2 deletions

1
conf.c
View File

@@ -288,6 +288,7 @@ conf_init(struct conf *c)
c->stickygroups = 0;
c->bwidth = 1;
c->mamount = 1;
c->scalefactor = 10;
c->htile = 50;
c->vtile = 50;
c->snapdist = 0;