Remove debug stuff, move external libraries to lib dir

This commit is contained in:
crater2150 2016-04-04 14:57:48 +02:00
parent 6ec1f92bc9
commit 5b32a8cab3
3 changed files with 1 additions and 2 deletions

2
rc.lua
View file

@ -6,7 +6,7 @@ beautiful = require("autobeautiful")
naughty = require("naughty")
conf = require("localconf")
require("errors")
inspect = require("inspect")
inspect = require("lib.inspect")
-- }}}
-- {{{ Logging

View file

@ -2,7 +2,6 @@ local rules = { mt={} }
local awful = require("awful")
local tags = tags
local beautiful = require("beautiful")
local inspect=require("inspect")
local binder = binder or require("separable.binder")
local rule_screen = 1