all repos — dwm @ 6f3872edbd1842f7a632ca8e2451bcac589c9db8

my dwm build

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)
arg@mig29 unknown
Thu, 26 Oct 2006 12:13:41 +0200
commit

6f3872edbd1842f7a632ca8e2451bcac589c9db8

parent

87324e680c318a5e63286c90e4443bb4c2898e11

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.arg.hconfig.arg.h

@@ -17,14 +17,14 @@ #define SELFGCOLOR "#eeeeee"

#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"' " \