next attempt for w on black switch

This commit is contained in:
arg@10ksloc.org 2006-08-07 09:41:43 +02:00
parent 5952157c3b
commit 525c5ff4d8
1 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@ const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL };
#define DEFMODE dotile /* dofloat */
#define DEFTAG 1 /* index */
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#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 */
@ -47,7 +47,7 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ 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-*'" } }, \
};