This commit is contained in:
2023-10-12 23:06:37 +02:00
commit d0840d7f2e
556 changed files with 14051 additions and 0 deletions

15
lain/init.lua Normal file
View File

@@ -0,0 +1,15 @@
--[[
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")
}