simplified main.c, switching back to single urxvt usage

This commit is contained in:
arg@10ksloc.org
2006-07-21 14:11:38 +02:00
parent f85b163899
commit 4970ef938e
2 changed files with 14 additions and 28 deletions

View File

@ -23,7 +23,7 @@ typedef struct {
const char *browse[] = { "firefox", NULL };
const char *gimp[] = { "gimp", NULL };
const char *term[] = {
"urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
"urxvt", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
"-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", NULL
};
const char *xlock[] = { "xlock", NULL };