Fix: Convert phantom submodules to regular files

This commit is contained in:
jrosh 2025-07-18 15:13:19 +02:00
commit 3a1560efac
237 changed files with 11806 additions and 2 deletions

15
awesome/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")
}