Clean up dependencies, add install script
This commit is contained in:
parent
6621842607
commit
8f4b2a6f8a
4 changed files with 33 additions and 253 deletions
4
rc.lua
4
rc.lua
|
@ -7,9 +7,9 @@ local awful = require("awful")
|
|||
beautiful = require("beautiful")
|
||||
naughty = require("naughty")
|
||||
conf = require("localconf")
|
||||
require("errors")
|
||||
require("util.errors")
|
||||
gears = require("gears")
|
||||
inspect = require("lib.inspect")
|
||||
inspect = require("inspect")
|
||||
wibox = require("wibox")
|
||||
-- }}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue