about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-22 10:06:11 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-22 10:06:11 +0200
commit8c334ee078a682a4e5b01aad6b12d24cf9be26d6 (patch)
tree518c9ec89c78acdc839631e697850f41f21ea5b7 /config.arg.h
parentf60fe2a4f9885876dacd1c53a25d0a464a5efb9e (diff)
downloaddwm-8c334ee078a682a4e5b01aad6b12d24cf9be26d6.tar.gz
rxvt is quite slow under OpenBSD
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 24ef515..1cc7cd7 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -20,7 +20,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
 	/* modifier			key		function	arguments */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec rxvt +sb -tr -bg black -fg '#eeeeee' -fn '"TFONT"'" } }, \
+		{ .cmd = "exec uxterm +sb -bg black -fg '#eeeeee' -fn '"TFONT"'" } }, \
 	{ MODKEY,			XK_p,		spawn, \
 		{ .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
 			"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \