applied Jukka's patch with s/ModKeyMask/MODKEY/g

This commit is contained in:
arg@10ksloc.org
2006-07-19 16:38:39 +02:00
parent 1eaffa372f
commit f95eed34b4
4 changed files with 25 additions and 24 deletions

1
dwm.h
View File

@ -11,6 +11,7 @@
#define BGCOLOR "#0a2c2d"
#define FGCOLOR "#ddeeee"
#define BORDERCOLOR "#176164"
#define MODKEY Mod1Mask /* Mod4Mask */
/*
#define BGCOLOR "#666699"
#define FGCOLOR "#eeeeee"