diff options
| author | Blista Kanjo | 2021-12-16 12:07:44 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-12-16 12:07:44 -0500 |
| commit | 7efce133bd445cb6efe9cb8484405f5efb286cb7 (patch) | |
| tree | f8b3f3d689bd1df224971025627e287f5084e1b0 /awesome | |
| parent | 2fa6a254930174ee2998b7804bcdf1ccb3f1254f (diff) | |
small code cleanup
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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"} ), |
