This commit is contained in:
Actionless Loveless 2023-08-17 19:18:35 +02:00 committed by GitHub
parent d36e1324d1
commit 28381d2792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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