X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=0b0b36dcebe72b8d5294e4b4e0bd3ace7a666689;hb=2f5ebe0a4d71aea0bb3aa0e500765a402e4a96f4;hp=0e04ab1751ecd27296b1d28c4cbc1f9f4aa4bac8;hpb=e6b3f5c755349ba7a339dd43958870e4cceb57bf;p=st.git diff --git a/config.h b/config.h index 0e04ab1..0b0b36d 100644 --- a/config.h +++ b/config.h @@ -1,9 +1,8 @@ -#define SHELL "/bin/bash" #define TAB 8 -#define FONT "fixed" -#define BORDER 3 -#define LINESPACE 0 /* additional pixel between each line */ +#define FONT "6x13" +#define BOLDFONT FONT"bold" +#define BORDER 2 /* Terminal colors */ static const char *colorname[] = { @@ -31,10 +30,6 @@ static Key key[] = { { XK_End, "\033[4~" }, { XK_Prior, "\033[5~" }, { XK_Next, "\033[6~" }, - { XK_Left, "\033[D" }, - { XK_Right, "\033[C" }, - { XK_Up, "\033[A" }, - { XK_Down, "\033[B" }, }; static char gfx[] = { @@ -70,4 +65,5 @@ static char gfx[] = { ['l'] = '+', ['k'] = '+', ['x'] = '|', + [255] = 0, };