From 18d3b110dfa419df287391316e1e8c25d0500d59 Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:20:53 +0100 Subject: [PATCH] remove newline modified: src/events/Windows.cpp --- src/events/Windows.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/events/Windows.cpp b/src/events/Windows.cpp index 4678ec93..40799264 100644 --- a/src/events/Windows.cpp +++ b/src/events/Windows.cpp @@ -196,7 +196,6 @@ void Events::listener_mapWindow(void* owner, void* data) { PWINDOW->m_bIsFloating = false; } else if (r.szRule.starts_with("pseudo")) { PWINDOW->m_bIsPseudotiled = true; - } else if (r.szRule.starts_with("noinitialfocus")) { PWINDOW->m_bNoInitialFocus = true; } else if (r.szRule.starts_with("suppressevent")) {