add first working development release

This commit is contained in:
Sebastian Zerbe
2022-01-01 23:03:14 +01:00
parent 2c9720ee75
commit 0b0698eaf2
4 changed files with 279 additions and 0 deletions

8
init.lua Normal file
View File

@@ -0,0 +1,8 @@
--[[
-- Make awesome configuration more readable
--]]
return {
bindings = require("strangesome.bindings"),
notifications = require("strangesome.notifications")
}