#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_INCREMENT .05 #define DEFAULT_ZOOM_LEVEL .80 #define DEFAULT_HEIGHT 900 #define DEFAULT_WIDTH 800