lain/init.lua

22 lines
545 B
Lua
Raw Normal View History

2013-09-07 12:06:42 +02:00
--[[
Lain
Layouts, widgets and utilities for Awesome WM
Licensed under GNU General Public License v2
2013-09-12 17:18:08 +02:00
* (c) 2013, Luke Bonham
2013-09-07 12:06:42 +02:00
--]]
2013-11-01 11:09:20 +01:00
package.loaded.lain = nil
2013-09-07 12:06:42 +02:00
local lain =
{
layout = require("lain.layout"),
util = require("lain.util"),
widgets = require("lain.widgets")
}
return lain