X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;fp=config.h;h=9506bc644b4974ca0c35a73c22fe8e11ea630898;hb=596bb133a55a6aba13b55795a9a38e29fcf1b38b;hp=8c37b1608667e41a5b4c8951325bab18e7492d8a;hpb=0ba53e48c76a2a2668dfa270cfd0227461c3a91b;p=st.git diff --git a/config.h b/config.def.h similarity index 89% rename from config.h rename to config.def.h index 8c37b16..9506bc6 100644 --- a/config.h +++ b/config.def.h @@ -3,6 +3,7 @@ #define FONT "6x13" #define BOLDFONT "6x13bold" #define BORDER 2 +#define SHELL "/bin/sh" /* Terminal colors */ static const char *colorname[] = { @@ -33,11 +34,11 @@ static const char *colorname[] = { /* special keys */ static Key key[] = { { XK_BackSpace, "\177" }, - { XK_Delete, "\033[3~" }, - { XK_Home, "\033[1~" }, - { XK_End, "\033[4~" }, - { XK_Prior, "\033[5~" }, - { XK_Next, "\033[6~" }, + { XK_Delete, "\033[3~" }, + { XK_Home, "\033[1~" }, + { XK_End, "\033[4~" }, + { XK_Prior, "\033[5~" }, + { XK_Next, "\033[6~" }, { XK_F1, "\033OP" }, { XK_F2, "\033OQ" }, { XK_F3, "\033OR" },