Update 2024-12-25 21:13 OpenBSD/amd64-t14
This commit is contained in:
@@ -55,20 +55,20 @@ local binds = require "binds"
|
||||
|
||||
-- Settings (the commented ones do not [yet] work)
|
||||
local settings = require "settings"
|
||||
-- local settings_chrome = require "settings_chrome"
|
||||
local settings_chrome = require "settings_chrome"
|
||||
|
||||
settings.window.home_page = "luakit://newtab"
|
||||
settings.window.scroll_step = 20
|
||||
settings.window.zoom_step = 0.2
|
||||
settings.webview.zoom_level = 100
|
||||
settings.window.close_with_last_tab = true
|
||||
|
||||
-- search engines
|
||||
settings.window.search_engines.ddg = "https://duckduckgo.com/?q=%s"
|
||||
settings.window.search_engines.g = "https://google.com/?q=%s"
|
||||
settings.window.search_engines.mg = "https://metager.org/?q=%s"
|
||||
settings.window.search_engines.gh = "https://github.com/search?q=%s"
|
||||
settings.window.search_engines.default = settings.window.search_engines.ddg
|
||||
-- settings.window.home_page = "luakit://newtab"
|
||||
-- settings.window.scroll_step = 20
|
||||
-- settings.window.zoom_step = 0.2
|
||||
-- settings.webview.zoom_level = 125
|
||||
-- settings.window.close_with_last_tab = true
|
||||
--
|
||||
-- -- search engines
|
||||
-- settings.window.search_engines.ddg = "https://duckduckgo.com/?q=%s"
|
||||
-- settings.window.search_engines.g = "https://google.com/?q=%s"
|
||||
-- settings.window.search_engines.mg = "https://metager.org/?q=%s"
|
||||
-- settings.window.search_engines.gh = "https://github.com/search?q=%s"
|
||||
-- settings.window.search_engines.default = settings.window.search_engines.ddg
|
||||
|
||||
----------------------------------
|
||||
-- Optional user script loading --
|
||||
|
||||
Reference in New Issue
Block a user