mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
259c4f716f
It does not provide much value. The version number is already known to ldoc globally in the "description" variable. Signed-off-by: Uli Schlachter <psychon@znc.in>
14 lines
453 B
Lua
14 lines
453 B
Lua
---------------------------------------------------------------------------
|
|
-- @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
|