style(awful: permissions): luacheck updated (https://github.com/awesomeWM/awesome/pull/3839#issuecomment-1676985065) (#3840)
This commit is contained in:
parent
d36e1324d1
commit
28381d2792
|
@ -368,7 +368,7 @@ function permissions.geometry(c, context, hints)
|
|||
local layout = c.screen.selected_tag and c.screen.selected_tag.layout or nil
|
||||
|
||||
-- Setting the geometry will not work unless the client is floating.
|
||||
if (not c.floating) and (not layout == asuit.floating) then
|
||||
if (not c.floating) and (layout ~= asuit.floating) then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue