Fix typo in restricted sloppy focus
This commit is contained in:
parent
788e15b54e
commit
cf68e66e99
|
@ -23,7 +23,7 @@ local fixed_clients = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local function may_lose_focus(c)
|
local function may_lose_focus(c)
|
||||||
if c ~= nil then return true end
|
if c == nil then return true end
|
||||||
return not awful.rules.matches_list(c, fixed_clients)
|
return not awful.rules.matches_list(c, fixed_clients)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue