[PR #356] [MERGED] Feature/whkd #885

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/356
Author: @LGUG2Z
Created: 2/19/2023
Status: Merged
Merged: 2/19/2023
Merged by: @LGUG2Z

Base: masterHead: feature/whkd


📝 Commits (3)

  • 38c0a38 feat(config): add pwsh cfgen + ps1 file watcher
  • ce7df1e docs(readme): general update + quickstart w/ whkd
  • 5706882 refactor(ahk): merge ahk v1/v2 exe env vars

📊 Changes

12 files changed (+913 additions, -1256 deletions)

View changed files

📝 README.md (+172 -186)
📝 justfile (+2 -4)
📝 komorebi-core/src/config_generation.rs (+86 -29)
komorebi.generated.ahk (+0 -465)
komorebi.generated.ps1 (+470 -0)
komorebi.sample.ahk (+0 -93)
komorebi.sample.ps1 (+42 -0)
📝 komorebi/src/main.rs (+24 -30)
📝 komorebi/src/window_manager.rs (+8 -8)
komorebic.lib.ahk (+0 -441)
📝 komorebic/src/main.rs (+45 -0)
whkdrc.sample (+64 -0)

📄 Description

Closes #339
Closes #334
Closes #324


🔄 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/356 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 2/19/2023 **Status:** ✅ Merged **Merged:** 2/19/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feature/whkd` --- ### 📝 Commits (3) - [`38c0a38`](https://github.com/LGUG2Z/komorebi/commit/38c0a38f43fe9b9ca9c280cb5984237561f3dcb4) feat(config): add pwsh cfgen + ps1 file watcher - [`ce7df1e`](https://github.com/LGUG2Z/komorebi/commit/ce7df1ed01a27f24d5f5f5eba69377b99edac9c7) docs(readme): general update + quickstart w/ whkd - [`5706882`](https://github.com/LGUG2Z/komorebi/commit/570688265fb6c846aab5d8b5628f5c00f7bbe19a) refactor(ahk): merge ahk v1/v2 exe env vars ### 📊 Changes **12 files changed** (+913 additions, -1256 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+172 -186) 📝 `justfile` (+2 -4) 📝 `komorebi-core/src/config_generation.rs` (+86 -29) ➖ `komorebi.generated.ahk` (+0 -465) ➕ `komorebi.generated.ps1` (+470 -0) ➖ `komorebi.sample.ahk` (+0 -93) ➕ `komorebi.sample.ps1` (+42 -0) 📝 `komorebi/src/main.rs` (+24 -30) 📝 `komorebi/src/window_manager.rs` (+8 -8) ➖ `komorebic.lib.ahk` (+0 -441) 📝 `komorebic/src/main.rs` (+45 -0) ➕ `whkdrc.sample` (+64 -0) </details> ### 📄 Description Closes #339 Closes #334 Closes #324 --- <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:53:18 +01:00
adam closed this issue 2026-01-05 14:53:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#885