mirror of https://github.com/lcpz/lain.git
added awful library require
setting the 'followtag' option of the imap widget to true was causing the update function to fail. The function was calling awful.screen.focused(), which failed because the awful library wasn't included.
This commit is contained in:
parent
055e663772
commit
7d0611cc40
|
@ -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