From 7ae0c198b36d638a0c787709efcc50fdf6d117ea Mon Sep 17 00:00:00 2001
From: "Anselm R. Garbe" <arg@suckless.org>
Date: Wed, 21 Feb 2007 13:24:37 +0100
Subject: switching to urxvtcd for the moment (the uxterm flicker makes me
 headaches, st is really highest prio now)

---
 config.arg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.arg.h b/config.arg.h
index 11e7eee..abd8756 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -42,7 +42,7 @@ static Layout layout[] = { \
 static Key key[] = { \
 	/* modifier			key		function	argument */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec uxterm -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
 	{ MODKEY,			XK_p,		spawn, \
 		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
 			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \
-- 
cgit v1.2.3