Introduction
Introduction Statistics Contact Development Disclaimer Help
tcleaned the CUSTOMIZE flags - dwm - [fork] customized build of dwm, the dynami…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 2b5553b1ebf7c8e59b5ecf7128b932115ff2b313
parent 4688ad181da14be36e034918580ec0ce5968ffdb
Author: [email protected] <unknown>
Date: Thu, 20 Jul 2006 15:17:52 +0200
cleaned the CUSTOMIZE flags
Diffstat:
M dwm.h | 4 ++--
M event.c | 2 ++
M tag.c | 8 +++++---
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/dwm.h b/dwm.h
t@@ -5,7 +5,7 @@
#include <X11/Xlib.h>
-/********** CUSTOMIZE **********/
+/* CUSTOMIZE */
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*…
#define BGCOLOR "#0a2c2d"
t@@ -23,7 +23,7 @@
/* tags */
enum { Tscratch, Tdev, Twww, Twork, TLast };
-/********** CUSTOMIZE **********/
+/* END CUSTOMIZE */
typedef union Arg Arg;
typedef struct Client Client;
diff --git a/event.c b/event.c
t@@ -59,6 +59,8 @@ static Key key[] = {
{ MODKEY|ShiftMask, XK_Return, spawn, { .…
};
+/* END CUSTOMIZE */
+
/* static */
static void
diff --git a/tag.c b/tag.c
t@@ -25,17 +25,19 @@ static Rule rule[] = {
{ "Gimp.*", { 0 }, True},
};
-/* extern */
-
-/* CUSTOMIZE */
char *tags[TLast] = {
[Tscratch] = "scratch",
[Tdev] = "dev",
[Twww] = "www",
[Twork] = "work",
};
+
void (*arrange)(Arg *) = dotile;
+/* END CUSTOMIZE */
+
+/* extern */
+
void
appendtag(Arg *arg)
{
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.