Introduction
Introduction Statistics Contact Development Disclaimer Help
ts/TILED/TILE/g - dwm - [fork] customized build of dwm, the dynamic window mana…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 41ba7a79841c3d175f676e9a9ba6893dbc130856
parent aa471f2d65688f8cf4944c073ff05224bfac8a9c
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 25 Aug 2006 15:16:20 +0200
s/TILED/TILE/g
Diffstat:
M config.arg.h | 2 +-
M config.default.h | 2 +-
M draw.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -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 */
diff --git a/config.default.h b/config.default.h
t@@ -16,7 +16,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
#define STATUSBGCOLOR "#dddddd"
#define STATUSFGCOLOR "#222222"
#define FLOATSYMBOL "~"
-#define TILEDSYMBOL "#"
+#define TILESYMBOL "#"
#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */
diff --git a/draw.c b/draw.c
t@@ -99,7 +99,7 @@ drawstatus()
dc.x = dc.y = 0;
dc.w = bw;
- drawtext(arrange == dotile ? TILEDSYMBOL : FLOATSYMBOL, dc.status, Fal…
+ drawtext(arrange == dotile ? TILESYMBOL : FLOATSYMBOL, dc.status, Fals…
dc.w = modew;
for(i = 0; i < ntags; i++) {
dc.x += dc.w;
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.