Focused clients are brought to the top

This commit is contained in:
Gokul Swami 2021-02-03 17:50:18 -08:00
parent 70c5750df9
commit 2cb0c54ebe
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ local flashfocus = function(c)
end
end)
end
-- Bring the focused client to the top
if c then c:raise() end
end
local enable = function() client.connect_signal("focus", flashfocus) end