[PR #1551] [MERGED] feat(wm): implement Clone for State, Notification and NotificationEvent #1459

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1551
Author: @omark96
Created: 9/2/2025
Status: Merged
Merged: 9/2/2025
Merged by: @LGUG2Z

Base: masterHead: feat(wm)/implement-clone


📝 Commits (1)

  • 7462e32 feat(wm): implement Clone for State, Notification and NotificationEvent

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 komorebi/src/lib.rs (+2 -2)
📝 komorebi/src/window_manager.rs (+1 -1)

📄 Description

This implements Clone for State, Notification and NotificationEvent to allow for the use of these types in Rhai scripts.


🔄 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/1551 **Author:** [@omark96](https://github.com/omark96) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feat(wm)/implement-clone` --- ### 📝 Commits (1) - [`7462e32`](https://github.com/LGUG2Z/komorebi/commit/7462e32e4ae4a5bbe575a03b2673c1630bdb388e) feat(wm): implement Clone for State, Notification and NotificationEvent ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/lib.rs` (+2 -2) 📝 `komorebi/src/window_manager.rs` (+1 -1) </details> ### 📄 Description This implements Clone for State, Notification and NotificationEvent to allow for the use of these types in Rhai scripts. --- <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:21 +01:00
adam closed this issue 2026-01-05 14:55:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1459