1 #define TAGS "xnlhtrav-"
2 #define SHELL "/bin/bash"
6 #define FONTFACE "/usr/lib/X11/fonts/TTF/DejaVuSansMono.ttf"
16 #define COLOR0 0x0a0a0a
17 #define COLOR8 0x407080
19 #define COLOR1 0xa02020
20 #define COLOR9 0xb05050
22 #define COLOR2 0x208020
23 #define COLOR10 0x509050
25 #define COLOR3 0x909050
26 #define COLOR11 0xa0a070
28 #define COLOR4 0x202080
29 #define COLOR12 0x505090
31 #define COLOR5 0xa04080
32 #define COLOR13 0xb06090
34 #define COLOR6 0x8040a0
35 #define COLOR14 0x9060b0
37 #define COLOR7 0xf0f0f0
38 #define COLOR15 0xdedede
40 /* where to write the screen shot */
41 #define SCREENSHOT "/tmp/screen.txt"
43 /* framebuffer device */
44 #define FBDEV_PATH "/dev/fb0"
45 /* framebuffer depth */
46 typedef unsigned short fbval_t
;