summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.h b/config.h
index 0129989..4e79b73 100644
--- a/config.h
+++ b/config.h
@@ -35,10 +35,16 @@
/*
* 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
/*
+ * Do we allow windows to be moved from outside of mcwm? Set to true if you
+ * want this behaviour to be default. Can also be set by calling mcwm with -m.
+ */
+#define ALLOWMOVE false
+
+/*
* Start these programs when pressing MOUSEMODKEY and mouse buttons on
* root window.
*/