fix stupid typo

This commit is contained in:
vaxerski 2022-12-16 11:47:02 +00:00
parent 20899b597e
commit 7c33c7fc64

View File

@ -209,7 +209,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
shouldFocus = true;
}
if (requestedWorkspace.find("special" == 0)) {
if (requestedWorkspace.find("special") == 0) {
workspaceSpecial = true;
workspaceSilent = true;
}