From e384951c321420dcaada7ad4381a644f2c7eea83 Mon Sep 17 00:00:00 2001 From: Simon B <53921371+SkyyySi@users.noreply.github.com> Date: Thu, 16 Jun 2022 22:38:39 +0200 Subject: [PATCH] Removed unnecessary c:raise() call in flash_focus (#169) --- module/flash_focus.lua | 5 ----- 1 file changed, 5 deletions(-) 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()