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

View File

@@ -291,6 +291,8 @@ struct conf {
int bwidth;
int mamount;
int snapdist;
int htile;
int vtile;
struct gap gap;
char *color[CWM_COLOR_NITEMS];
char *font;