about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-01 16:39:20 +0200
committerarg@10ksloc.org <unknown>2006-08-01 16:39:20 +0200
commitab7a11c0c73fa101c8e0234f8214284888fb8156 (patch)
treeec910d2cc5b224a43a3f777adffbc5f20a054062 /config.arg.h
parentd8675f6f30f31aeb38680fe748d6a66fca0a8990 (diff)
downloaddwm-ab7a11c0c73fa101c8e0234f8214284888fb8156.tar.gz
renamed ARRANGE into DEFMODE
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 180b890..f87489b 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -4,8 +4,7 @@
  */
 
 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
-
-#define ARRANGE			dotile /* dofloat */
+#define DEFMODE			dotile /* dofloat */
 #define DEFTAG			Tdev
 #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
 #define BGCOLOR			"#0a2c2d"