added gravity stuff

This commit is contained in:
Anselm R. Garbe
2006-07-12 17:17:15 +02:00
parent 6db5ffb6c9
commit 2e836ecce1
4 changed files with 76 additions and 7 deletions

2
kb.c
View File

@ -8,7 +8,7 @@
#include <X11/keysym.h>
static const char *term[] = {
"xterm", "-bg", "black", "-fg", "white", "-fn",
"aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0
};