made args mode symbols the default ones (the default ones look too ugly)
authorAnselm R. Garbe <arg@10kloc.org>
Wed, 06 Sep 2006 09:23:34 +0200
changeset 432 0f94ee451f6c
parent 431 a230e4432bb7
child 433 a6b8994af164
made args mode symbols the default ones (the default ones look too ugly)
config.default.h
--- a/config.default.h	Wed Sep 06 09:21:17 2006 +0200
+++ b/config.default.h	Wed Sep 06 09:23:34 2006 +0200
@@ -7,8 +7,8 @@
 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 
 #define DEFMODE			dotile /* dofloat */
-#define FLOATSYMBOL		"~"
-#define TILESYMBOL		"#"
+#define FLOATSYMBOL		"><>"
+#define TILESYMBOL		"[]="
 
 #define FONT			"fixed"
 #define SELBGCOLOR		"#666699"