2015-01-10 18:44:30 +01:00
|
|
|
---------------------------------------------------------------------------
|
|
|
|
-- @author Uli Schlachter <psychon@znc.in>
|
|
|
|
-- @copyright 2014 Uli Schlachter
|
|
|
|
-- @release @AWESOME_VERSION@
|
2015-02-22 22:25:09 +01:00
|
|
|
-- @module naughty
|
2015-01-10 18:44:30 +01:00
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
local naughty = require("naughty.core")
|
|
|
|
if dbus then
|
|
|
|
naughty.dbus = require("naughty.dbus")
|
|
|
|
end
|
|
|
|
|
|
|
|
return naughty
|
|
|
|
|
|
|
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|