This PR exposes more structs on client so that they can be publicly available for 3rd party users, namely the following:
Placement
WindowHandlingBehaviour
LayoutOptions
ScrollingLayoutOptions
GridLayoutOptions
Wallpaper
ThemeOptions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1599
**Author:** [@alex-ds13](https://github.com/alex-ds13)
**Created:** 11/20/2025
**Status:** ✅ Merged
**Merged:** 11/22/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `fix/public-placement`
---
### 📝 Commits (3)
- [`9d57ea3`](https://github.com/LGUG2Z/komorebi/commit/9d57ea3111a55d5239a32671f412228757210194) fix(client): add `Placement` and `WindowHandlingBehaviour` to client
- [`8a43698`](https://github.com/LGUG2Z/komorebi/commit/8a43698ea3f1155718150613493a234cd85735da) fix(client): add layout options to client
- [`8d85cad`](https://github.com/LGUG2Z/komorebi/commit/8d85cad1799804879d71bfd1e6d792b878351c04) fix(client): add `Wallpaper` and `ThemeOptions` to client
### 📊 Changes
**2 files changed** (+8 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-client/src/lib.rs` (+7 -0)
📝 `komorebi/src/core/mod.rs` (+1 -1)
</details>
### 📄 Description
This PR exposes more structs on client so that they can be publicly available for 3rd party users, namely the following:
- `Placement`
- `WindowHandlingBehaviour`
- `LayoutOptions`
- `ScrollingLayoutOptions`
- `GridLayoutOptions`
- `Wallpaper`
- `ThemeOptions`
<!--
Please follow the Conventional Commits specification.
If you need to update your PR with changes from `master`, please run `git rebase master`.
By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`.
-->
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1599
Author: @alex-ds13
Created: 11/20/2025
Status: ✅ Merged
Merged: 11/22/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/public-placement📝 Commits (3)
9d57ea3fix(client): addPlacementandWindowHandlingBehaviourto client8a43698fix(client): add layout options to client8d85cadfix(client): addWallpaperandThemeOptionsto client📊 Changes
2 files changed (+8 additions, -1 deletions)
View changed files
📝
komorebi-client/src/lib.rs(+7 -0)📝
komorebi/src/core/mod.rs(+1 -1)📄 Description
This PR exposes more structs on client so that they can be publicly available for 3rd party users, namely the following:
PlacementWindowHandlingBehaviourLayoutOptionsScrollingLayoutOptionsGridLayoutOptionsWallpaperThemeOptions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.