stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
authorarg@mig29
Fri, 27 Oct 2006 10:24:15 +0200
changeset 547 de3fd5271408
parent 546 223b41c35619
child 548 3d23384eb5ab
stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
config.arg.h
--- a/config.arg.h	Thu Oct 26 15:41:40 2006 +0200
+++ b/config.arg.h	Fri Oct 27 10:24:15 2006 +0200
@@ -24,7 +24,7 @@
 static Key key[] = { \
 	/* modifier			key		function	arguments */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec urxvtc -tr -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec urxvtc -tr -bg black -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"' " \