diff --git a/komorebi/src/workspace.rs b/komorebi/src/workspace.rs index b8ae9b2c..4c036dbb 100644 --- a/komorebi/src/workspace.rs +++ b/komorebi/src/workspace.rs @@ -92,7 +92,7 @@ pub struct Workspace { window_container_behaviour_rules: Option>, #[getset(get = "pub", get_mut = "pub", set = "pub")] float_override: Option, - #[serde(skip)] + #[serde(skip_serializing_if = "Option::is_none")] #[getset(get = "pub", set = "pub")] workspace_config: Option, }