# HG changeset patch # User arg@mig29 # Date 1161857621 -7200 # Node ID 08d3d329270a4698ca1c4a1691a25c6f1ca7d4e7 # Parent 14e95221268bc47afe8049a68cf1875ade735b9c 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) diff -r 14e95221268b -r 08d3d329270a config.arg.h --- a/config.arg.h Thu Oct 26 11:21:45 2006 +0200 +++ b/config.arg.h Thu Oct 26 12:13:41 2006 +0200 @@ -17,14 +17,14 @@ #define STATUSBGCOLOR "#222222" #define STATUSFGCOLOR "#9999cc" -#define MASTER 550 /* per thousand */ +#define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask #define KEYS \ static Key key[] = { \ /* modifier key function arguments */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \