summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2020-04-16 13:32:35 +0000
committerokan <okan>2020-04-16 13:32:35 +0000
commit6407eb9bc1380d879f354c0331dbb5ea5302fe51 (patch)
tree7d49473b40db245157831e6b0a8df3fc995e3ded /conf.c
parent6afdd483c774925dacc39dcc2b290d3bbfacdf21 (diff)
downloadcwm-6407eb9bc1380d879f354c0331dbb5ea5302fe51.tar.gz
cwm-6407eb9bc1380d879f354c0331dbb5ea5302fe51.tar.xz
cwm-6407eb9bc1380d879f354c0331dbb5ea5302fe51.zip
Allow configuring a percentage window size of the master window during
htile/vtile actions. From Uwe Werler, with a few manpage tweaks.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index bd06294..a3026cf 100644
--- a/conf.c
+++ b/conf.c
@@ -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;