diff --git a/module/flash_focus.lua b/module/flash_focus.lua index 7b7ff28..7c6ae2f 100644 --- a/module/flash_focus.lua +++ b/module/flash_focus.lua @@ -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