diff config.default.h @ 432:0f94ee451f6c

made args mode symbols the default ones (the default ones look too ugly)
author Anselm R. Garbe <arg@10kloc.org>
date Wed, 06 Sep 2006 09:23:34 +0200
parents 44225ee80236
children 2d8af0d7920d
line wrap: on
line diff
--- 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"