Introduction
Introduction Statistics Contact Development Disclaimer Help
tnext attempt for w on black switch - dwm - [fork] customized build of dwm, the…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 525c5ff4d8bd9fd4dd2077503b5f43487dda963d
parent 5952157c3b9295eae5332f2fac8981cde77490dc
Author: [email protected] <unknown>
Date: Mon, 7 Aug 2006 09:41:43 +0200
next attempt for w on black switch
Diffstat:
M config.arg.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -9,9 +9,9 @@ const char *tags[] = { "fnord", "dev", "net", "work", "misc", …
#define DEFMODE dotile /* dofloat */
#define DEFTAG 1 /* index */
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso…
-#define BGCOLOR "#0a2c2d"
-#define FGCOLOR "#ddeeee"
-#define BORDERCOLOR "#176164"
+#define BGCOLOR "#eaffff"
+#define FGCOLOR "#000000"
+#define BORDERCOLOR "#8888cc"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
#define MASTERW 60 /* percent */
t@@ -47,7 +47,7 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_c, killclient, { 0…
{ MODKEY|ShiftMask, XK_q, quit, {…
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec urxvt -tr +sb -bg black -fg white -cr white " \
+ { .cmd = "exec urxvt -bg '#ffffea' " \
"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*…
};
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.