diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-29 16:20:38 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-29 16:20:38 -0300 |
commit | 7e7e06168ec31994a98a4f91a8498e00f1957d7c (patch) | |
tree | 7b9bb4bd74eb942e508522e598c19a09832eb3ce /src/prefs.c | |
parent | b7aac4d0bf42d11183506bc190da4b9183fd263b (diff) |
Added a few search options to dillorc. Also switched the default to duckduck.go
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c index cbd1f5d8..58ac5c32 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -18,7 +18,7 @@ #define PREFS_FONT_CURSIVE "URW Chancery L" #define PREFS_FONT_FANTASY "DejaVu Sans" /* TODO: find good default */ #define PREFS_FONT_MONOSPACE "DejaVu Sans Mono" -#define PREFS_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +#define PREFS_SEARCH_URL "http://duckduckgo.com/lite/?kp=-1&q=%s" #define PREFS_NO_PROXY "localhost 127.0.0.1" #define PREFS_SAVE_DIR "/tmp/" #define PREFS_HTTP_REFERER "host" |