Added identification for workspace to identify it on the WM level not monitor level this a series of commits to maybe allow lower level socket message and workspace is the only WM type that doesn't have a unique ID across the entire WM
🔄 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/1374
**Author:** [@pro470](https://github.com/pro470)
**Created:** 3/24/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `add-id-to-workspace-master-branch`
---
### 📝 Commits (2)
- [`14cc7f8`](https://github.com/LGUG2Z/komorebi/commit/14cc7f87c6f143b5c80a42b0a6c6b626d85ea41b) feat(wm): added an unique id to the workspace
- [`8b35ccc`](https://github.com/LGUG2Z/komorebi/commit/8b35cccc5d7847080c5c6c6d81bb5ca3c205c7d4) fix(wm): make the id field pub
### 📊 Changes
**2 files changed** (+5 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/window_manager.rs` (+1 -0)
📝 `komorebi/src/workspace.rs` (+4 -0)
</details>
### 📄 Description
Added identification for workspace to identify it on the WM level not monitor level this a series of commits to maybe allow lower level socket message and workspace is the only WM type that doesn't have a unique ID across the entire WM
<!--
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/1374
Author: @pro470
Created: 3/24/2025
Status: ❌ Closed
Base:
master← Head:add-id-to-workspace-master-branch📝 Commits (2)
14cc7f8feat(wm): added an unique id to the workspace8b35cccfix(wm): make the id field pub📊 Changes
2 files changed (+5 additions, -0 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+1 -0)📝
komorebi/src/workspace.rs(+4 -0)📄 Description
Added identification for workspace to identify it on the WM level not monitor level this a series of commits to maybe allow lower level socket message and workspace is the only WM type that doesn't have a unique ID across the entire WM
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.