awful.prompt: Fix with newer Lua
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
ee530a65d6
commit
b01f480431
|
@ -18,6 +18,7 @@ local capi =
|
|||
{
|
||||
selection = selection
|
||||
}
|
||||
local unpack = unpack or table.unpack -- luacheck: globals unpack (compatibility with Lua 5.1)
|
||||
local keygrabber = require("awful.keygrabber")
|
||||
local util = require("awful.util")
|
||||
local beautiful = require("beautiful")
|
||||
|
|
Loading…
Reference in New Issue