Adding AwesomeWM to the dotfiles finally.

This commit is contained in:
Derek Taylor
2019-05-27 21:09:53 -05:00
parent fc9beffc5e
commit f729c9aed0
341 changed files with 9730 additions and 0 deletions
@@ -0,0 +1,18 @@
--[[
Lain
Layouts, widgets and utilities for Awesome WM
Users contributed widgets section
Licensed under GNU General Public License v2
* (c) 2013, Luca CPZ
--]]
local wrequire = require("lain.helpers").wrequire
local setmetatable = setmetatable
local widget = { _NAME = "lain.widget.contrib" }
return setmetatable(widget, { __index = wrequire })