Skip to content

Commit

Permalink
Merge pull request #288 from MalpenZibo/master
Browse files Browse the repository at this point in the history
Add special workspace to monitor
  • Loading branch information
yavko authored Nov 8, 2024
2 parents d0eb8cf + 27efe70 commit 7e0a369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/regular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ pub struct Monitor {
/// A basic identifier for the active workspace
#[serde(rename = "activeWorkspace")]
pub active_workspace: WorkspaceBasic,
/// A basic identifier for the special workspace
#[serde(rename = "specialWorkspace")]
pub special_workspace: WorkspaceBasic,
/// Reserved is the amount of space (in pre-scale pixels) that a layer surface has claimed
pub reserved: (u16, u16, u16, u16),
/// The display's scale
Expand Down

0 comments on commit 7e0a369

Please sign in to comment.