Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
a3e3f0b
)
after some days of experimenting with grey background, I finally give up and switch...
author
Anselm R.Garbe <
[email protected]
>
Fri, 11 Aug 2006 16:11:39 +0000
(18:11 +0200)
committer
Anselm R.Garbe <
[email protected]
>
Fri, 11 Aug 2006 16:11:39 +0000
(18:11 +0200)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index
ae27c26
..
9bee102
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-9,9
+9,9
@@
const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
#define DEFMODE dotile /* dofloat */
#define DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#
eeeeee
"
-#define FGCOLOR "#
666699
"
-#define BORDERCOLOR "#
9999CC
"
+#define BGCOLOR "#
0d121d
"
+#define FGCOLOR "#
eeeeee
"
+#define BORDERCOLOR "#
3f484d
"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
#define MASTERW 60 /* percent */
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
#define MASTERW 60 /* percent */
@@
-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
xterm -bg '#dddddd' -fg '#000000' -cr '#000000
' +sb " \
+ { .cmd = "exec u
rxvt +sb -tr -bg black -fg '#eeeeee' -cr '#eeeeee
' +sb " \
"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
};
"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
};