From f9c400ab2eb68211c5f98ee3159eba84892fd7be Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 22 Dec 2011 19:59:59 +0200 Subject: set minimum window size - do not allow a bigger or smaller master size --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b90a9ef..1dd58aa 100644 --- a/config.def.h +++ b/config.def.h @@ -41,6 +41,7 @@ #define UNFOCUS "#444444" /* unfocused window border color */ #define DESKTOPS 4 /* number of desktops - edit DESKTOPCHANGE keys to suit */ #define DEFAULT_DESKTOP 0 /* the desktop to focus on exec */ +#define MINWSZ 50 /* minimum window size in pixels */ /** open applications to specified desktop **/ static const AppRule rules[] = { \ -- cgit v1.3.1