File: naughty.lua

package info (click to toggle)
awesome 4.3-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,468 kB
  • sloc: ansic: 14,508; sh: 526; makefile: 46
file content (7 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (5)
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