diff options
-rw-r--r-- | config.dot/luakit.link/userprefs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/luakit.link/userprefs.lua b/config.dot/luakit.link/userprefs.lua index cb1495f..50dbef6 100644 --- a/config.dot/luakit.link/userprefs.lua +++ b/config.dot/luakit.link/userprefs.lua @@ -11,7 +11,7 @@ settings.window.home_page = "luakit://newtab" settings.window.search_engines.github = "https://github.com/search?q=%s" settings.window.search_engines.imdb = "http://imdb.com/find?s=all&q=%s" settings.window.search_engines.google = "https://google.com/search?q=%s" -settings.window.search_engines.duck = "https://duckduckgo.com/?q=%s&t=debian" +settings.window.search_engines.duck = "https://duckduckgo.com/?q=%s" settings.window.search_engines.wikipedia = "https://en.wikipedia.org/wiki/Special:Search?search=%s" settings.window.search_engines.debbugs = "https://bugs.debian.org/%s" settings.window.search_engines.sourceforge = "https://sf.net/search/?words=%s" |