awful.layout.suit.magnifier: fix typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f5c35765d2
commit
cc58b840e6
|
@ -69,7 +69,7 @@ local function magnifier(_, screen)
|
|||
|
||||
local fidx
|
||||
for k, c in ipairs(cls) do
|
||||
if k == focus then
|
||||
if c == focus then
|
||||
fidx = k
|
||||
break
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue