summaryrefslogtreecommitdiff
path: root/awesome/lib/naughty/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/lib/naughty/init.lua')
-rw-r--r--awesome/lib/naughty/init.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/awesome/lib/naughty/init.lua b/awesome/lib/naughty/init.lua
new file mode 100644
index 0000000..71dee9f
--- /dev/null
+++ b/awesome/lib/naughty/init.lua
@@ -0,0 +1,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