X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/3a96c9a8d5df3747b9c538decbbbe63eb228d082..71857b87ee4e5ce63594d062143e6ea78f842b0d:/config.default.h?ds=inline

diff --git a/config.default.h b/config.default.h
index 8b1b3d0..49e45c2 100644
--- a/config.default.h
+++ b/config.default.h
@@ -5,22 +5,24 @@
 #define TAGS \
 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
 
-#define DEFMODE			dotile /* dofloat */
+#define BORDERPX		1
+#define DEFMODE			dotile		/* dofloat */
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
 
 #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
-#define NORMBGCOLOR		"#111111"
-#define NORMFGCOLOR		"#cccccc"
-#define SELBGCOLOR		"#336699"
-#define SELFGCOLOR		"#eeeeee"
-#define STATUSBGCOLOR		"#222222"
-#define STATUSFGCOLOR		"#cccccc"
+#define NORMBORDERCOLOR		"#dddddd"
+#define NORMBGCOLOR		"#eeeeee"
+#define NORMFGCOLOR		"#222222"
+#define SELBORDERCOLOR		"#ff0000"
+#define SELBGCOLOR		"#006699"
+#define SELFGCOLOR		"#ffffff"
 
 #define MASTER			600		/* per thousand */
 #define MODKEY			Mod1Mask
 #define NMASTER			1		/* clients in master area */
 #define SNAP			20		/* pixel */
+#define TOPBAR			True		/* False */
 
 #define KEYS \
 static Key key[] = { \
@@ -82,6 +84,7 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"2",		False }, \
 	{ "Gimp.*",			NULL,		True }, \
+	{ "MPlayer.*",			NULL,		True }, \
+	{ "Acroread.*",			NULL,		True }, \
 };