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-25 18:05:18 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 18:05:18 +0200
commit0a0759132c07ff78896fd8559e6f576898f266a3 (patch)
tree139d82943d6de04180ffe3139c635df6bef123c1 /config.arg.h
parent5cf362c7d0b6b2afb0149598245afd3b8a4b3cee (diff)
downloaddwm-0a0759132c07ff78896fd8559e6f576898f266a3.tar.gz
term enlightened
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 620547a..279ba24 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -25,7 +25,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
 	/* modifier			key		function	arguments */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
 	{ 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`" } }, \