Merge pull request #371 from medivhok/master

added awful library require
This commit is contained in:
Luca CPZ 2017-12-09 17:20:05 +01:00 committed by GitHub
commit b9d55e2853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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