From ce338a2c041c2237a42fefacb14b094194f6a86e Mon Sep 17 00:00:00 2001 From: cos Date: Tue, 7 Nov 2023 12:30:51 +0100 Subject: Obey external window moves with option (-m) --- config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0129989..4e79b73 100644 --- a/config.h +++ b/config.h @@ -35,9 +35,15 @@ /* * 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. -- cgit v1.2.3