Skip to content

Commit

Permalink
komorebi v0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
CtByte committed May 1, 2024
1 parent e565ce6 commit ce63ddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ yarn-error.log*

# Turbo
.turbo
/.vs
2 changes: 1 addition & 1 deletion packages/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ netdev = "0.24"
regex = "1"

[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies]
komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.23" }
komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.25" }

[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.25"
Expand Down
2 changes: 2 additions & 0 deletions packages/desktop/src/providers/komorebi/variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub enum KomorebiLayout {
UltrawideVerticalStack,
Rows,
Grid,
RightMainVerticalStack,
Custom,
}

Expand All @@ -78,6 +79,7 @@ impl From<Layout> for KomorebiLayout {
KomorebiLayout::UltrawideVerticalStack
}
DefaultLayout::Grid => KomorebiLayout::Grid,
DefaultLayout::RightMainVerticalStack => KomorebiLayout::RightMainVerticalStack,
},
_ => KomorebiLayout::Custom,
}
Expand Down

0 comments on commit ce63ddd

Please sign in to comment.