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

View File

@@ -0,0 +1,20 @@
package = "awesome-freedesktop"
version = "scm-1"
source = {
url = "https://github.com/lcpz/awesome-freedesktop",
tag = "scm-1`"
}
description = {
summary = "Freedesktop.org menu and desktop icons support for Awesome WM",
homepage = "https://github.com/lcpz/awesome-freedesktop",
license = "GPL v2"
}
dependencies = {
"lua >= 5.3",
"awesome >= 4.0"
}
supported_platforms = { "linux" }
build = {
type = "builtin",
modules = { freedesktop = "init.lua" }
}