aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-21 21:57:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-21 21:57:54 -0300
commit511f85f1de4b4cfb9b7da5c1cf387bb358227db8 (patch)
tree76989280590af6302a29deb9be2b0d52de381af1
parent70d4053742ba07215417360dfef616ce7b57ee95 (diff)
downloadluakit-511f85f1de4b4cfb9b7da5c1cf387bb358227db8.tar.gz
luakit-511f85f1de4b4cfb9b7da5c1cf387bb358227db8.tar.bz2
Adds github search
-rw-r--r--config.dot/luakit.link/userprefs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.dot/luakit.link/userprefs.lua b/config.dot/luakit.link/userprefs.lua
index 35c865c..cb1495f 100644
--- a/config.dot/luakit.link/userprefs.lua
+++ b/config.dot/luakit.link/userprefs.lua
@@ -8,6 +8,7 @@ local settings = require "settings"
settings.window.home_page = "luakit://newtab"
-- Search engines
+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"