You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
545 B
22 lines
545 B
9 years ago
|
|
||
|
--[[
|
||
|
|
||
|
Lain
|
||
|
Layouts, widgets and utilities for Awesome WM
|
||
|
|
||
|
Licensed under GNU General Public License v2
|
||
|
* (c) 2013, Luke Bonham
|
||
|
|
||
|
--]]
|
||
|
|
||
|
package.loaded.lain = nil
|
||
|
|
||
|
local lain =
|
||
|
{
|
||
|
layout = require("lain.layout"),
|
||
|
util = require("lain.util"),
|
||
|
widgets = require("lain.widgets")
|
||
|
}
|
||
|
|
||
|
return lain
|