remove unused/refactored files

This commit is contained in:
Penelope Gwen 2025-09-17 00:02:40 -07:00
parent 461d59ec0e
commit 440fe61252
2 changed files with 0 additions and 12 deletions

View file

@ -1,12 +0,0 @@
#[derive(serde::Serialize)]
pub struct WindowInfo {
pub title: String
}
#[derive(serde::Serialize)]
pub struct WorkspaceInfo {
pub num: i32,
pub name: String,
pub is_focused: bool,
pub position: char
}

View file