mirror of https://github.com/lcpz/lain.git
Merge pull request #371 from medivhok/master
added awful library require
This commit is contained in:
commit
b9d55e2853
|
@ -8,6 +8,7 @@
|
|||
local helpers = require("lain.helpers")
|
||||
local naughty = require("naughty")
|
||||
local wibox = require("wibox")
|
||||
local awful = require("awful")
|
||||
local string = { format = string.format,
|
||||
gsub = string.gsub }
|
||||
local type = type
|
||||
|
|
Loading…
Reference in New Issue