special fix

This commit is contained in:
MightyPlaza 2023-07-16 18:22:14 +00:00 committed by GitHub
parent b9348180f5
commit 2d0fdaeec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ auto Workspace::handle_clicked(GdkEventButton *bt) -> bool {
} else if (id() != -99) { // named special
gIPC->getSocket1Reply("dispatch togglespecialworkspace name" + name());
} else { // special
gIPC->getSocket1Reply("dispatch togglespecialworkspace special");
gIPC->getSocket1Reply("dispatch togglespecialworkspace");
}
return true;
} catch (const std::exception &e) {