Skip to content

Commit

Permalink
Removed unnecessary c:raise() call in flash_focus (BlingCorp#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyyySi authored Jun 16, 2022
1 parent c405103 commit e384951
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions module/flash_focus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ local flashfocus = function(c)
end
end)
end

-- Bring the focused client to the top
if c then
c:raise()
end
end

local enable = function()
Expand Down

0 comments on commit e384951

Please sign in to comment.