From b504f1e167d790a87e89c0b175c7a9e0ef21613c Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 31 Jul 2013 01:53:38 +0200
Subject: [PATCH] Changed default duckduckgo searchenigne.

The html version, which works without JavaScript is lite enough and much more
comfortable to use than the lite version, and at the moment it feels also more
responsive to me.
---
 src/default.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/default.h b/src/default.h
index e31637f..e5f52c0 100644
--- a/src/default.h
+++ b/src/default.h
@@ -87,7 +87,7 @@ static char *default_config[] = {
     "cmap <up>=hist-prev",
     "cmap <down>=hist-next",
     "imap <ctrl-t>=editor",
-    "shortcut-add dl=https://duckduckgo.com/lite/?q=$0",
+    "shortcut-add dl=https://duckduckgo.com/html/?q=$0",
     "shortcut-add dd=https://duckduckgo.com/?q=$0",
     "shortcut-default dl",
     "set images=on",
-- 
2.20.1