mirror of https://github.com/lcpz/lain.git
21 lines
570 B
Lua
21 lines
570 B
Lua
|
|
||
|
--[[
|
||
|
|
||
|
Lain
|
||
|
Layouts, widgets and utilities for Awesome WM
|
||
|
|
||
|
Licensed under GNU General Public License v2
|
||
|
* (c) 2013, Luke Bonham
|
||
|
* (c) 2010-2012, Peter Hofmann
|
||
|
|
||
|
--]]
|
||
|
|
||
|
local lain =
|
||
|
{
|
||
|
layout = require("lain.layout"),
|
||
|
util = require("lain.util"),
|
||
|
widgets = require("lain.widgets")
|
||
|
}
|
||
|
|
||
|
return lain
|