Merge pull request #371 from medivhok/master
added awful library require
This commit is contained in:
commit
b9d55e2853
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
local helpers = require("lain.helpers")
|
local helpers = require("lain.helpers")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
|
local awful = require("awful")
|
||||||
local string = { format = string.format,
|
local string = { format = string.format,
|
||||||
gsub = string.gsub }
|
gsub = string.gsub }
|
||||||
local type = type
|
local type = type
|
||||||
|
|
Loading…
Add table
Reference in a new issue