diff --git a/module/flash_focus.lua b/module/flash_focus.lua index 246f4a3..35f3cf0 100644 --- a/module/flash_focus.lua +++ b/module/flash_focus.lua @@ -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()