[PR #1374] [CLOSED] feat(wm): added an unique id to the workspace #1363

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1374
Author: @pro470
Created: 3/24/2025
Status: Closed

Base: masterHead: add-id-to-workspace-master-branch


📝 Commits (2)

  • 14cc7f8 feat(wm): added an unique id to the workspace
  • 8b35ccc fix(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.

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

No dependencies set.

Reference: starred/komorebi#1363