mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
16 lines
271 B
Lua
16 lines
271 B
Lua
|
--[[
|
||
|
|
||
|
Lain
|
||
|
Layouts, widgets and utilities for Awesome WM
|
||
|
|
||
|
Licensed under GNU General Public License v2
|
||
|
* (c) 2013, Luca CPZ
|
||
|
|
||
|
--]]
|
||
|
|
||
|
return {
|
||
|
layout = require("lain.layout"),
|
||
|
util = require("lain.util"),
|
||
|
widget = require("lain.widget")
|
||
|
}
|