summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/config.h b/config.h
index 35176a7..0bfb3c3 100644
--- a/config.h
+++ b/config.h
@@ -33,6 +33,20 @@
#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 MOUSEMODKEY and mouse buttons on
+ * root window.
+ */
+#define MOUSE1 ""
+#define MOUSE2 ""
+#define MOUSE3 "mcmenu"
+
+/*
* Default colour on border for focused windows. Can be set from
* command line with "-f colour".
*/
@@ -49,7 +63,7 @@
/*
* Keysym codes for window operations. Look in X11/keysymdefs.h for
- * actual symbols.
+ * actual symbols. Use XK_VoidSymbol to disable a function.
*/
#define USERKEY_FIX XK_F
#define USERKEY_MOVE_LEFT XK_H
@@ -61,6 +75,7 @@
#define USERKEY_TERMINAL XK_Return
#define USERKEY_MAX XK_X
#define USERKEY_CHANGE XK_Tab
+#define USERKEY_BACKCHANGE XK_VoidSymbol
#define USERKEY_WS1 XK_1
#define USERKEY_WS2 XK_2
#define USERKEY_WS3 XK_3
@@ -71,6 +86,8 @@
#define USERKEY_WS8 XK_8
#define USERKEY_WS9 XK_9
#define USERKEY_WS10 XK_0
+#define USERKEY_PREVWS XK_C
+#define USERKEY_NEXTWS XK_V
#define USERKEY_TOPLEFT XK_Y
#define USERKEY_TOPRIGHT XK_U
#define USERKEY_BOTLEFT XK_B
@@ -78,3 +95,4 @@
#define USERKEY_DELETE XK_End
#define USERKEY_PREVSCREEN XK_comma
#define USERKEY_NEXTSCREEN XK_period
+#define USERKEY_ICONIFY XK_I