]> gitweb.fluxo.info Git - rhatto/dotfiles/luakit.git/commitdiff
Adds github search
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Sep 2017 00:57:54 +0000 (21:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Sep 2017 00:57:54 +0000 (21:57 -0300)
config.dot/luakit.link/userprefs.lua

index 35c865ca8e0d421f2860787bebe9699000b6ef2e..cb1495f60fa60ba58c4659eb7aa12b300584f628 100644 (file)
@@ -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"