Removed unnecessary c:raise() call in flash_focus (#169)

This commit is contained in:
Simon B 2022-06-16 22:38:39 +02:00 committed by GitHub
parent c405103262
commit e384951c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@ local flashfocus = function(c)
end end
end) end)
end end
-- Bring the focused client to the top
if c then
c:raise()
end
end end
local enable = function() local enable = function()