X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=e2f1ba355c3fcec0cb335de9c465188d462f7d3e;hb=17bbc1a3cc50a96d873f3d2064c2f05008d42922;hp=ffe11ac76fe453b4c3cf6067f37c1f6847144c0e;hpb=25b9ae3ce442f03e7667eeb54efee83fa1368524;p=surf.git diff --git a/config.def.h b/config.def.h index ffe11ac..e2f1ba3 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,11 @@ /* modifier 0 means no modifier */ +static gchar *useragent = "Mozilla/5.0 (X11; U; Linux; en-us) AppleWebKit/531.2+ (KHTML, like Gecko, surf-"VERSION") Safari/531.2+"; static gchar *progress = "#FF0000"; static gchar *progress_trust = "#00FF00"; +static gchar *stylefile = ".surf/style.css"; +static gchar *scriptfile = ".surf/script.js"; +static gchar *cookiefile = ".surf/cookie.txt"; +static gchar *dldir = ".surf/dl"; #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */