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, 0 insertions, 14 deletions
diff --git a/awesome/lib/naughty/init.lua b/awesome/lib/naughty/init.lua
deleted file mode 100644
index 71dee9f..0000000
--- a/awesome/lib/naughty/init.lua
+++ /dev/null
@@ -1,14 +0,0 @@
----------------------------------------------------------------------------
--- @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