11 lines
417 B
Lua
11 lines
417 B
Lua
---------------------------------------------------------------------------
|
|
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
|
-- @copyright 2017-2019 Emmanuel Lepage Vallee
|
|
-- @module naughty.list
|
|
---------------------------------------------------------------------------
|
|
|
|
return {
|
|
actions = require( "naughty.list.actions" );
|
|
notifications = require( "naughty.list.notifications" );
|
|
}
|