comparison 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
comparison
equal deleted inserted replaced
136:3a9caa6d565b 137:77922a389fa8
21 } Key; 21 } Key;
22 22
23 const char *browse[] = { "firefox", NULL }; 23 const char *browse[] = { "firefox", NULL };
24 const char *gimp[] = { "gimp", NULL }; 24 const char *gimp[] = { "gimp", NULL };
25 const char *term[] = { 25 const char *term[] = {
26 "urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white", 26 "urxvt", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
27 "-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", NULL 27 "-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", NULL
28 }; 28 };
29 const char *xlock[] = { "xlock", NULL }; 29 const char *xlock[] = { "xlock", NULL };
30 30
31 static Key key[] = { 31 static Key key[] = {