aewl

changeset 541:08d3d329270a

using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)
author arg@mig29
date Thu, 26 Oct 2006 12:13:41 +0200
parents 14e95221268b
children 21a924818b61
files config.arg.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Thu Oct 26 11:21:45 2006 +0200
     1.2 +++ b/config.arg.h	Thu Oct 26 12:13:41 2006 +0200
     1.3 @@ -17,14 +17,14 @@
     1.4  #define STATUSBGCOLOR		"#222222"
     1.5  #define STATUSFGCOLOR		"#9999cc"
     1.6  
     1.7 -#define MASTER			550 /* per thousand */
     1.8 +#define MASTER			600 /* per thousand */
     1.9  #define MODKEY			Mod1Mask
    1.10  
    1.11  #define KEYS \
    1.12  static Key key[] = { \
    1.13  	/* modifier			key		function	arguments */ \
    1.14  	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    1.15 -		{ .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
    1.16 +		{ .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
    1.17  	{ MODKEY,			XK_p,		spawn, \
    1.18  		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
    1.19  			" | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \