changeset 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 (2006-09-06)
parents a230e4432bb7
children a6b8994af164
files config.default.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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"