about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:16:20 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:16:20 +0200
commit41ba7a79841c3d175f676e9a9ba6893dbc130856 (patch)
treef1cc7130e02fd6976056327d91a09f26c30fd154 /config.arg.h
parentaa471f2d65688f8cf4944c073ff05224bfac8a9c (diff)
downloaddwm-41ba7a79841c3d175f676e9a9ba6893dbc130856.tar.gz
s/TILED/TILE/g
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 76f5fcc..2b989a7 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -16,7 +16,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define STATUSBGCOLOR		"#dddddd"
 #define STATUSFGCOLOR		"#222222"
 #define FLOATSYMBOL		"><"
-#define TILEDSYMBOL		"|="
+#define TILESYMBOL		"|="
 
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */