From 7efce133bd445cb6efe9cb8484405f5efb286cb7 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 16 Dec 2021 12:07:44 -0500 Subject: small code cleanup --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index a54d470..1a718ea 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -230,7 +230,7 @@ globalkeys = gears.table.join( -- Change window focus in maximized layout awful.key({ modkey, }, "Tab", function () - awful.client.focus.byidx( 1) + awful.client.focus.byidx(1) end, {description = "focus next by index", group = "client"} ), -- cgit v1.2.3