diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2012-02-15 09:22:48 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2012-02-15 09:22:48 +0100 |
commit | 5dbd2572635d5e6cc54c0920e8502f2f18839de8 (patch) | |
tree | 16a78a876967872fa39ed8513e7e132311d7a009 /config.h | |
parent | 61c2c490002813515caab181af7b4011d3b3def5 (diff) | |
download | mcwm-5dbd2572635d5e6cc54c0920e8502f2f18839de8.zip |
Put the iconify functionality behind a command line option (-i) and
added the default (false) to config.h.
Documented the iconfiy/hide windows functionality in the manual.
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 "" |