2022-12-24 20:58:57 +00:00
|
|
|
--[[
|
|
|
|
|
|
|
|
Lain
|
|
|
|
Layouts, widgets and utilities for Awesome WM
|
|
|
|
|
|
|
|
Licensed under GNU General Public License v2
|
|
|
|
* (c) 2013, Luca CPZ
|
|
|
|
|
|
|
|
--]]
|
|
|
|
|
|
|
|
return {
|
2023-01-25 19:10:58 +00:00
|
|
|
layout = require('lain.layout'),
|
|
|
|
util = require('lain.util'),
|
|
|
|
widget = require('lain.widget'),
|
2022-12-24 20:58:57 +00:00
|
|
|
}
|