update: init layout config
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
local M = {}
|
||||
local settings = require("lua.lib.settings")
|
||||
|
||||
M.confs = {
|
||||
general = {
|
||||
layout = settings["default_layout"],
|
||||
},
|
||||
dwindle = {},
|
||||
master = {},
|
||||
scrolling = {},
|
||||
monocle = {},
|
||||
}
|
||||
|
||||
function M.load()
|
||||
hl.config(M.confs)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user