summaryrefslogtreecommitdiff
path: root/lib/naughty.lua
blob: 89eac7c46226dfc8bb94b62c27f3f9f52bd99c39 (plain)
1
2
3
4
5
6
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