Remove debug stuff, move external libraries to lib dir
This commit is contained in:
parent
6ec1f92bc9
commit
5b32a8cab3
3 changed files with 1 additions and 2 deletions
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue