config: added 'a' tag
[fbpad.git] / config.h
blob18847be043107c920798eaedcd288d900df7a270
1 #define TAGS "xnlhtrav-"
2 #define SHELL "/bin/bash"
3 #define MAIL "mutt"
4 #define EDITOR "vim"
6 #define FONTFACE "/usr/lib/X11/fonts/TTF/DejaVuSansMono.ttf"
7 #define FONTSIZE 10
8 #define DPI 196
9 #define WIDTHDIFF 1
11 #define FGCOLOR 0
12 #define BGCOLOR 7
14 /* black */
15 #define COLOR0 0x0a0a0a
16 #define COLOR8 0x407080
17 /* red */
18 #define COLOR1 0xa02020
19 #define COLOR9 0xb05050
20 /* green */
21 #define COLOR2 0x208020
22 #define COLOR10 0x509050
23 /* yellow */
24 #define COLOR3 0x909050
25 #define COLOR11 0xa0a070
26 /* blue */
27 #define COLOR4 0x202080
28 #define COLOR12 0x505090
29 /* magenta */
30 #define COLOR5 0xa04080
31 #define COLOR13 0xb06090
32 /* cyan */
33 #define COLOR6 0x8040a0
34 #define COLOR14 0x9060b0
35 /* white */
36 #define COLOR7 0xf0f0f0
37 #define COLOR15 0xdedede
39 /* where to write the screen shot */
40 #define SCREENSHOT "/tmp/screen.txt"
42 /* framebuffer device */
43 #define FBDEV_PATH "/dev/fb0"
44 /* framebuffer depth */
45 typedef unsigned short fbval_t;