Update 2024-12-26 20:41 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-26 20:41:45 +01:00
parent 7c5d1f298f
commit 9ffce7022e
4 changed files with 14 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ window.add_signal("build", function (w)
l.layout:pack(widgets.uri())
l.layout:pack(widgets.hist())
l.layout:pack(widgets.progress())
l.layout:pack(widgets.zoom())
-- l.layout:pack(widgets.zoom())
-- Right-aligned status bar widgets
r.layout:pack(widgets.buf())
@@ -55,7 +55,7 @@ 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