aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2011-05-07 18:44:37 -0400
committermutantturkey <crazycal00@gmail.com>2011-05-07 18:44:37 -0400
commitf408157127f3177fe0aeeb4a553882ca2c3521b6 (patch)
tree9e05e1e45b0fb439d89784d839247b2863941e0d /defaults.h
parent4650541d1fe727f8ade49202cdb1b3474e75646d (diff)
using defaults.h to control default settings for now
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h9
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