9 lines
175 B
Lua
9 lines
175 B
Lua
--[[
|
|
-- Make awesome configuration more readable
|
|
--]]
|
|
|
|
return {
|
|
bindings = require("strangesome.bindings"),
|
|
notifications = require("strangesome.notifications")
|
|
}
|