Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
42277b1
)
using a better colorscheme (ffffaa is the best background for black)
author
Anselm R.Garbe <
[email protected]
>
Tue, 8 Aug 2006 09:06:56 +0000
(11:06 +0200)
committer
Anselm R.Garbe <
[email protected]
>
Tue, 8 Aug 2006 09:06:56 +0000
(11:06 +0200)
config.arg.h
diff
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index
b254188
..
9ca5b40
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-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 DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
#define BGCOLOR "#444444"
-#define FGCOLOR "#ffff
ff
"
+#define FGCOLOR "#ffff
aa
"
#define BORDERCOLOR "#222222"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
#define BORDERCOLOR "#222222"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
@@
-41,7
+41,7
@@
static Key key[] = { \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec u
rxvt -bg '#ffffea
' +sb " \
+ { .cmd = "exec u
xterm -bg '#ffffaa' -fg '#000000' -cr '#000000
' +sb " \
"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
};
"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
};