remove unused/refactored files
This commit is contained in:
parent
461d59ec0e
commit
440fe61252
2 changed files with 0 additions and 12 deletions
|
@ -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
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue