summaryrefslogtreecommitdiff
path: root/lib/naughty.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-03-13 23:17:19 +0100
committerache <ache@ache.one>2017-03-13 23:17:19 +0100
commit22d656903563f75678f3634964731ccf93355dfd (patch)
treee3cb6279d95c9764093072d5e946566ea6533799 /lib/naughty.lua
Init commit
Diffstat (limited to 'lib/naughty.lua')
-rw-r--r--lib/naughty.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/naughty.lua b/lib/naughty.lua
new file mode 100644
index 0000000..89eac7c
--- /dev/null
+++ b/lib/naughty.lua
@@ -0,0 +1,7 @@
+-- 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