aewl

diff event.c @ 137:77922a389fa8

simplified main.c, switching back to single urxvt usage
author arg@10ksloc.org
date Fri, 21 Jul 2006 14:11:38 +0200
parents 467ad2d3a6fa
children c1185dc7a36e
line diff
     1.1 --- a/event.c	Fri Jul 21 11:54:14 2006 +0200
     1.2 +++ b/event.c	Fri Jul 21 14:11:38 2006 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  const char *browse[] = { "firefox", NULL };
     1.5  const char *gimp[] = { "gimp", NULL };
     1.6  const char *term[] = { 
     1.7 -	"urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
     1.8 +	"urxvt", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
     1.9  	"-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", NULL
    1.10  };
    1.11  const char *xlock[] = { "xlock", NULL };