From 2c24449a96afd99dc2884ea62ec733b97aca159f Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 7 Feb 2016 13:05:11 +0100 Subject: [PATCH] Default config: Add a missing "local" Signed-off-by: Uli Schlachter --- awesomerc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomerc.lua b/awesomerc.lua index 233118880..1344e171f 100755 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -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