Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit eb88adcd8a13efbece381440781f2b4577694187
parent 950a1ab5afe3e94dfe78e3ff2216bb9f444d5148
Author: Anselm R. Garbe <[email protected]>
Date: Tue, 22 Aug 2006 09:49:48 +0200
fixed
Diffstat:
M config.arg.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -9,8 +9,8 @@ const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso…
-#define BGCOLOR "#666699"
-#define FGCOLOR "#eeeeee"
+#define BGCOLOR "#eeeeee"
+#define FGCOLOR "#666699"
#define BORDERCOLOR "#9999CC"
#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */
t@@ -19,7 +19,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
static Key key[] = { \
/* modifier key function …
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000…
+ { .cmd = "exec uxterm -bg '#eeeeee' -fg '#000000' -cr '#000000…
{ MODKEY, XK_p, spawn, \
{ .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin …
"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u |…
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.