summaryrefslogtreecommitdiff
path: root/awesome/lib/naughty.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/lib/naughty.lua')
-rw-r--r--awesome/lib/naughty.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/awesome/lib/naughty.lua b/awesome/lib/naughty.lua
deleted file mode 100644
index 89eac7c..0000000
--- a/awesome/lib/naughty.lua
+++ /dev/null
@@ -1,7 +0,0 @@
--- Work-around for broken systems which are updated by overwriting the awesome
--- installation. This would not remove naughty.lua from older awesome versions
--- and thus breakage follows.
--- The work-around is to use a pointless naughty.lua file.
-return require("naughty.init")
-
--- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80