From 6407eb9bc1380d879f354c0331dbb5ea5302fe51 Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 16 Apr 2020 13:32:35 +0000 Subject: Allow configuring a percentage window size of the master window during htile/vtile actions. From Uwe Werler, with a few manpage tweaks. --- calmwm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 6fa5906..9ae2afe 100644 --- a/calmwm.h +++ b/calmwm.h @@ -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; -- cgit 1.4.1