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",
|
||||
function ()
|
||||
c = awful.client.restore()
|
||||
local c = awful.client.restore()
|
||||
-- Focus restored client
|
||||
if c then
|
||||
client.focus = c
|
||||
|
|
Loading…
Reference in New Issue