about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-07-19 16:38:39 +0200
committerarg@10ksloc.org <unknown>2006-07-19 16:38:39 +0200
commitf95eed34b46dfe73f1511703e0a9301c9d8d1952 (patch)
tree0f8278d77c685ab9480bab2e3a224076397f6f47 /dwm.h
parent1eaffa372f6c4186c3c1717113e3f575cf64fcfd (diff)
downloaddwm-f95eed34b46dfe73f1511703e0a9301c9d8d1952.tar.gz
applied Jukka's patch with s/ModKeyMask/MODKEY/g
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 5a714f2..f9f89dd 100644
--- a/dwm.h
+++ b/dwm.h
@@ -11,6 +11,7 @@
 #define BGCOLOR				"#0a2c2d"
 #define FGCOLOR				"#ddeeee"
 #define BORDERCOLOR			"#176164"
+#define MODKEY				 Mod1Mask /* Mod4Mask */
 /*
 #define BGCOLOR				"#666699"
 #define FGCOLOR				"#eeeeee"