dev.c
changeset 44 a36f95a4841a
parent 43 989178822938
child 46 58307ad56ec1
equal deleted inserted replaced
43:989178822938 44:a36f95a4841a
    11 #include <X11/keysym.h>
    11 #include <X11/keysym.h>
    12 
    12 
    13 /********** CUSTOMIZE **********/
    13 /********** CUSTOMIZE **********/
    14 
    14 
    15 const char *term[] = { 
    15 const char *term[] = { 
    16 	"aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
    16 	"urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
    17 	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*",NULL
    17 	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*",NULL
    18 };
    18 };
    19 const char *browse[] = { "firefox", NULL };
    19 const char *browse[] = { "firefox", NULL };
    20 
    20 
    21 static Key key[] = {
    21 static Key key[] = {