awesome/lib/naughty/container/init.lua

10 lines
355 B
Lua
Raw Normal View History

---------------------------------------------------------------------------
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2019 Emmanuel Lepage Vallee
-- @module naughty.container
---------------------------------------------------------------------------
return {
background = require( "naughty.container.background" );
}