using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code) 6f3872ed
arg@mig29 · 2006-10-26 12:13 1 file(s) · +2 −2
config.arg.h +2 −2
17 17
#define STATUSBGCOLOR		"#222222"
18 18
#define STATUSFGCOLOR		"#9999cc"
19 19
20 -
#define MASTER			550 /* per thousand */
20 +
#define MASTER			600 /* per thousand */
21 21
#define MODKEY			Mod1Mask
22 22
23 23
#define KEYS \
24 24
static Key key[] = { \
25 25
	/* modifier			key		function	arguments */ \
26 26
	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
27 -
		{ .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
27 +
		{ .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
28 28
	{ MODKEY,			XK_p,		spawn, \
29 29
		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
30 30
			" | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \