diff --git a/src/data/regular.rs b/src/data/regular.rs index 64a7505..9f2c3e7 100644 --- a/src/data/regular.rs +++ b/src/data/regular.rs @@ -658,7 +658,7 @@ impl HyprData for Animations { pub struct WorkspaceRuleset { /// The name of the workspace #[serde(rename = "workspaceString")] - pub workspace_string: Option, + pub workspace_string: String, /// The monitor the workspace is on pub monitor: Option, /// Is it default?