simplified main.c, switching back to single urxvt usage
This commit is contained in:
parent
f85b163899
commit
4970ef938e
2 changed files with 14 additions and 28 deletions
2
event.c
2
event.c
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue