mirror of https://github.com/lcpz/lain.git
16 lines
358 B
Lua
16 lines
358 B
Lua
--[[
|
|
|
|
Lain
|
|
Layouts, widgets and utilities for Awesome WM
|
|
|
|
Licensed under GNU General Public License v2
|
|
* (c) 2013, Luca CPZ
|
|
|
|
--]]
|
|
|
|
return {
|
|
layout = require(tostring(...):match(".*lain") .. ".layout"),
|
|
util = require(tostring(...):match(".*lain") .. ".util"),
|
|
widget = require(tostring(...):match(".*lain") .. ".widget")
|
|
}
|