Default config: Add a missing "local"
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
0ef214ef8d
commit
2c24449a96
|
@ -297,7 +297,7 @@ globalkeys = awful.util.table.join(
|
||||||
|
|
||||||
awful.key({ modkey, "Control" }, "n",
|
awful.key({ modkey, "Control" }, "n",
|
||||||
function ()
|
function ()
|
||||||
c = awful.client.restore()
|
local c = awful.client.restore()
|
||||||
-- Focus restored client
|
-- Focus restored client
|
||||||
if c then
|
if c then
|
||||||
client.focus = c
|
client.focus = c
|
||||||
|
|
Loading…
Reference in New Issue