diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-05-07 18:44:37 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-05-07 18:44:37 -0400 |
commit | f408157127f3177fe0aeeb4a553882ca2c3521b6 (patch) | |
tree | 9e05e1e45b0fb439d89784d839247b2863941e0d /defaults.h | |
parent | 4650541d1fe727f8ade49202cdb1b3474e75646d (diff) |
using defaults.h to control default settings for now
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 |