From e405490593cd8f38e95bdbbc90fcb617039f23b1 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:49:27 +0000 Subject: [PATCH] fix workspace special rules --- src/events/Windows.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/events/Windows.cpp b/src/events/Windows.cpp index 99e9f623..b552834a 100644 --- a/src/events/Windows.cpp +++ b/src/events/Windows.cpp @@ -209,6 +209,7 @@ void Events::listener_mapWindow(void* owner, void* data) { if (requestedWorkspace.find("special" == 0)) { workspaceSpecial = true; + workspaceSilent = true; } if (!workspaceSilent) {