blob: 758a5008ee3afb0cdcaad7b82d5e8f769c7c1bdc (
plain)
1
2
3
4
5
6
7
8
9
|
#define DEFAULT_DOWNLOAD "xterm -bg black -fg white -e wget -P "
#define DEFAULT_SEARCH "http://www.google.com/search?q="
#define DEFAULT_FONT "san-serif"
#define DEFAULT_TAB_LENGTH 25
#define DEFAULT_HISTORY_FILE ".sb_history"
#define DEFAULT_COOKIE_FILE ".sb_cookies"
#define DEFAULT_ZOOM_SIZE .05
#define DEFAULT_HEIGHT 900
#define DEFAULT_WIDTH 800
|