diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ | |||
1 | #define SHELL "/bin/bash" | 1 | #define SHELL "/bin/bash" |
2 | #define TAB 8 | 2 | #define TAB 8 |
3 | 3 | ||
4 | #define FONT "fixed" | 4 | #define FONT "6x13" |
5 | #define BOLDFONT FONT"bold" | ||
5 | #define BORDER 3 | 6 | #define BORDER 3 |
6 | #define LINESPACE 0 /* additional pixel between each line */ | 7 | #define LINESPACE 0 /* additional pixel between each line */ |
7 | 8 | ||