Add only_special for handling special workspaces

This commit is contained in:
Zakk
2025-04-16 05:06:45 -04:00
parent af91049f4b
commit c475d10399
3 changed files with 22 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ struct SMotionActionDesc {
float blurA = 1.0f;
std::string motionKeys = "abcdefghijklmnopqrstuvwxyz1234567890";
std::string fullscreen_action = "none";
int only_special = 1;
};
inline UP<SGlobalState> g_pGlobalState;