From 41f0e79f9744b5eded9a7dad54f2eb930e94debc Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 31 Jan 2024 17:07:19 +0000 Subject: [PATCH] added type for nodes --- src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.rs b/src/types.rs index 6b86a07..29dc96a 100644 --- a/src/types.rs +++ b/src/types.rs @@ -24,6 +24,7 @@ pub struct Workspace { pub geometry: Rect, pub name: String, pub floating_nodes: Vec, + pub nodes: Option>, pub focus: Vec, pub fullscreen_mode: i32, pub sticky: bool,