Migrate talkative to external repo

This commit is contained in:
crater2150 2017-09-13 19:30:10 +02:00
parent 21f96586e7
commit 7fab902da6
5 changed files with 11 additions and 83 deletions

2
rc.lua
View file

@ -13,7 +13,7 @@ beautiful.init(awful.util.getdir("config") .. "/theme.lua")
require("tapestry")
-- {{{ Logging
log = require("separable.simplelog")
log = require("talkative")
log.add_logger(log.loggers.stdio, log.level.DEBUG)
log.add_logger(log.loggers.naughty, log.level.WARNING)
-- }}}