Introduction
Introduction Statistics Contact Development Disclaimer Help
trenamed ARRANGE into DEFMODE - dwm - [fork] customized build of dwm, the dynam…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit ab7a11c0c73fa101c8e0234f8214284888fb8156
parent d8675f6f30f31aeb38680fe748d6a66fca0a8990
Author: [email protected] <unknown>
Date: Tue, 1 Aug 2006 16:39:20 +0200
renamed ARRANGE into DEFMODE
Diffstat:
M config.arg.h | 3 +--
M config.h | 2 +-
M tag.c | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -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-*-*-*-*-*-iso…
#define BGCOLOR "#0a2c2d"
diff --git a/config.h b/config.h
t@@ -4,8 +4,8 @@
*/
enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
+#define DEFMODE dotile /* dofloat */
#define DEFTAG Tdev
-#define ARRANGE dotile /* dofloat */
#define FONT "fixed"
#define BGCOLOR "#666699"
#define FGCOLOR "#eeeeee"
diff --git a/tag.c b/tag.c
t@@ -21,7 +21,7 @@ typedef struct {
TAGS
RULES
-void (*arrange)(Arg *) = ARRANGE;
+void (*arrange)(Arg *) = DEFMODE;
/* extern */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.