MCPcopy Create free account
hub / github.com/StrataWM/strata / Workspaces

Class Workspaces

src/workspaces.rs:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57pub struct Workspaces {
58 pub workspaces: Vec<Workspace>,
59 pub current: u8,
60}
61
62#[derive(Clone)]
63pub enum Dwindle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected