Default config: Add a missing "local"

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-02-07 13:05:11 +01:00
parent 0ef214ef8d
commit 2c24449a96
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, "Control" }, "n",
function ()
c = awful.client.restore()
local c = awful.client.restore()
-- Focus restored client
if c then
client.focus = c