diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-22 19:59:59 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-22 19:59:59 +0200 |
| commit | f9c400ab2eb68211c5f98ee3159eba84892fd7be (patch) | |
| tree | 6ca23ed3a26f1af64454f1b13fa36ae27bbe508e /config.h | |
| parent | 4736c56064b894db19220dd60b4c01b0277824c4 (diff) | |
set minimum window size - do not allow a bigger or smaller master size
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[] = { \ |
