summaryrefslogtreecommitdiff
path: root/lib/naughty/init.lua
blob: 71dee9fcfdd21ad8f8b2916d6e84d40364402998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---------------------------------------------------------------------------
-- @author Uli Schlachter <psychon@znc.in>
-- @copyright 2014 Uli Schlachter
-- @module naughty
---------------------------------------------------------------------------

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