kb.c
changeset 29 8ad86d0a6a53
parent 28 3dceb132082d
child 31 386649deb651
equal deleted inserted replaced
28:3dceb132082d 29:8ad86d0a6a53
     6 #include "wm.h"
     6 #include "wm.h"
     7 
     7 
     8 #include <X11/keysym.h>
     8 #include <X11/keysym.h>
     9 
     9 
    10 static const char *term[] = { 
    10 static const char *term[] = { 
    11 	"xterm", "-bg", "black", "-fg", "white", "-fn",
    11 	"aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
    12 	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0 
    12 	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0 
    13 };
    13 };
    14 
    14 
    15 static const char *proglist[] = {
    15 static const char *proglist[] = {
    16 		"sh", "-c", "exec `ls -lL /bin /sbin /usr/bin /usr/local/bin 2>/dev/null "
    16 		"sh", "-c", "exec `ls -lL /bin /sbin /usr/bin /usr/local/bin 2>/dev/null "