Skip to content

Commit

Permalink
Add i3 "changed" scratchpad state
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn authored and Laurent Bonnans committed Sep 19, 2024
1 parent 9523946 commit a14cb21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/src/reply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@ pub enum Floating {
#[derive(Clone, Copy, Debug, PartialEq, Deserialize, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum ScratchpadState {
Fresh,
None,
Fresh,
Changed,
}

#[non_exhaustive]
Expand Down

0 comments on commit a14cb21

Please sign in to comment.