diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,6 +33,12 @@ #define TERMINAL "urxvt" /* + * Do we allow windows to be iconified? Set to true if you want this + * behaviour to be default. Can also be set by calling mcwm with -i. + */ +#define ALLOWICONS false + +/* * Start these programs when pressing MODKEY and mouse buttons on root window. */ #define MOUSE1 "" |