Remove debug stuff, move external libraries to lib dir
This commit is contained in:
parent
6ec1f92bc9
commit
5b32a8cab3
2
rc.lua
2
rc.lua
|
@ -6,7 +6,7 @@ beautiful = require("autobeautiful")
|
|||
naughty = require("naughty")
|
||||
conf = require("localconf")
|
||||
require("errors")
|
||||
inspect = require("inspect")
|
||||
inspect = require("lib.inspect")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Logging
|
||||
|
|
Loading…
Reference in a new issue