Allow configuring a percentage window size of the master window during

htile/vtile actions. From Uwe Werler, with a few manpage tweaks.
This commit is contained in:
okan
2020-04-16 13:32:35 +00:00
parent 6afdd483c7
commit 6407eb9bc1
5 changed files with 45 additions and 5 deletions

2
conf.c
View File

@@ -281,6 +281,8 @@ conf_init(struct conf *c)
c->stickygroups = 0;
c->bwidth = 1;
c->mamount = 1;
c->htile = 50;
c->vtile = 50;
c->snapdist = 0;
c->ngroups = 0;
c->nameqlen = 5;