mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
6cc7be512c
Signed-off-b: Julian Wollrath <jwollrath@web.de>
15 lines
483 B
Lua
15 lines
483 B
Lua
---------------------------------------------------------------------------
|
|
-- @author Uli Schlachter <psychon@znc.in>
|
|
-- @copyright 2014 Uli Schlachter
|
|
-- @release @AWESOME_VERSION@
|
|
-- @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
|