diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-21 21:57:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-21 21:57:54 -0300 |
commit | 511f85f1de4b4cfb9b7da5c1cf387bb358227db8 (patch) | |
tree | 76989280590af6302a29deb9be2b0d52de381af1 /config.dot/luakit.link | |
parent | 70d4053742ba07215417360dfef616ce7b57ee95 (diff) | |
download | luakit-511f85f1de4b4cfb9b7da5c1cf387bb358227db8.tar.gz luakit-511f85f1de4b4cfb9b7da5c1cf387bb358227db8.tar.bz2 |
Adds github search
Diffstat (limited to 'config.dot/luakit.link')
-rw-r--r-- | config.dot/luakit.link/userprefs.lua | 1 |
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" |