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,15 @@
--[[
Awesome-Freedesktop
Freedesktop.org compliant desktop entries and menu
Licensed under GNU General Public License v2
* (c) 2016, Luke Bonham
* (c) 2009-2015, Antonio Terceiro
--]]
return {
desktop = require("freedesktop.desktop"),
menu = require("freedesktop.menu")
}