mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
layout manager
This commit is contained in:
parent
9173cab6b9
commit
b03738534b
5 changed files with 300 additions and 314 deletions
|
|
@ -11,6 +11,7 @@ end
|
|||
-- allow loading files in the runtime directory
|
||||
package.path = package.path..";"..mez.fs.joinpath(mez.path.runtime, "?.lua")
|
||||
mez.inspect = require("inspect").inspect
|
||||
mez.layout_manager = require("layout_manager")
|
||||
|
||||
mez.path.base_config = mez.fs.joinpath(mez.path.runtime, "master.lua")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue