tusing a better colorscheme (ffffaa is the best background for black) - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit dff15a02f7bde101e29bf93ab9b2c6b904a9a2ac
(DIR) parent 42277b111018c5e83cc867b04156511aa0914bf1
(HTM) Author: Anselm R.Garbe <arg@10ksloc.org>
Date: Tue, 8 Aug 2006 11:06:56 +0200
using a better colorscheme (ffffaa is the best background for black)
Diffstat:
M config.arg.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
t@@ -10,7 +10,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
#define BGCOLOR "#444444"
-#define FGCOLOR "#ffffff"
+#define FGCOLOR "#ffffaa"
#define BORDERCOLOR "#222222"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
t@@ -41,7 +41,7 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec urxvt -bg '#ffffea' +sb " \
+ { .cmd = "exec uxterm -bg '#ffffaa' -fg '#000000' -cr '#000000' +sb " \
"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
};