[PR #1599] [MERGED] Expose some structs on client #1475

Closed
opened 2026-01-05 14:55:24 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: fix/public-placement


📝 Commits (3)

  • 9d57ea3 fix(client): add Placement and WindowHandlingBehaviour to client
  • 8a43698 fix(client): add layout options to client
  • 8d85cad fix(client): add Wallpaper and ThemeOptions to 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:

  • 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>
adam added the pull-request label 2026-01-05 14:55:24 +01:00
adam closed this issue 2026-01-05 14:55:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1475