awesomewm/core/init.lua

8 lines
137 B
Lua
Raw Normal View History

2022-07-16 17:10:17 -07:00
return {
-- When everything is ready, call core.start()
2022-07-16 17:18:27 -07:00
start = require("core.start"),
-- Utilities
sound = require("core.sound")
2022-07-16 17:10:17 -07:00
}