diff options
Diffstat (limited to 'defaults.h')
-rw-r--r-- | defaults.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/defaults.h b/defaults.h new file mode 100644 index 0000000..758a500 --- /dev/null +++ b/defaults.h @@ -0,0 +1,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 |