aewl

changeset 542:21a924818b61

forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)
author arg@mig29
date Thu, 26 Oct 2006 12:22:26 +0200
parents 08d3d329270a
children 722cffee3770
files config.arg.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Thu Oct 26 12:13:41 2006 +0200
     1.2 +++ b/config.arg.h	Thu Oct 26 12:22:26 2006 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4  static Key key[] = { \
     1.5  	/* modifier			key		function	arguments */ \
     1.6  	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
     1.7 -		{ .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
     1.8 +		{ .cmd = "exec urxvtc -tr -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
     1.9  	{ MODKEY,			XK_p,		spawn, \
    1.10  		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
    1.11  			" | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \