awesome/lib/naughty/init.lua.in

15 lines
464 B
Lua

---------------------------------------------------------------------------
-- @author Uli Schlachter <psychon@znc.in>
-- @copyright 2014 Uli Schlachter
-- @release @AWESOME_VERSION@
---------------------------------------------------------------------------
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