about summary refs log tree commit diff stats
path: root/kb.c
diff options
context:
space:
mode:
Diffstat (limited to 'kb.c')
-rw-r--r--kb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kb.c b/kb.c
index 76c8be1..ad7c717 100644
--- a/kb.c
+++ b/kb.c
@@ -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 
 };