Migrate wallpaper manager to external repo
This commit is contained in:
parent
ba1c036adf
commit
506f47eda3
6 changed files with 9 additions and 177 deletions
6
rc.lua
6
rc.lua
|
@ -1,13 +1,17 @@
|
|||
-- libraries {{{
|
||||
local awful = require("awful")
|
||||
require("awful.autofocus")
|
||||
beautiful = require("autobeautiful")
|
||||
beautiful = require("beautiful")
|
||||
naughty = require("naughty")
|
||||
conf = require("localconf")
|
||||
require("errors")
|
||||
inspect = require("lib.inspect")
|
||||
-- }}}
|
||||
|
||||
beautiful.init(awful.util.getdir("config") .. "/theme.lua")
|
||||
|
||||
require("tapestry")
|
||||
|
||||
-- {{{ Logging
|
||||
log = require("separable.simplelog")
|
||||
log.add_logger(log.loggers.stdio, log.level.DEBUG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue