[PR #259] [MERGED] feat(wm): add close and minimize cmd #826

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/259
Author: @Yusuf007R
Created: 10/12/2022
Status: Merged
Merged: 10/13/2022
Merged by: @LGUG2Z

Base: masterHead: feature/minimize-close-window


📝 Commits (2)

  • eecd677 feat(wm): add close and minimize cmd
  • 71f8e64 feat(wm): manage return bool of PostMessage + update ahk library

📊 Changes

6 files changed (+46 additions, -0 deletions)

View changed files

📝 komorebi-core/src/lib.rs (+2 -0)
📝 komorebi/src/process_command.rs (+2 -0)
📝 komorebi/src/window.rs (+8 -0)
📝 komorebi/src/windows_api.rs (+16 -0)
📝 komorebic.lib.ahk (+8 -0)
📝 komorebic/src/main.rs (+10 -0)

📄 Description

this pr adds the ability to close and minimize the current focused window via SocketMessages and komorebic commands

The commands are Close and Minimize, the same applies to the SocketMessages

resolve #189


🔄 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/259 **Author:** [@Yusuf007R](https://github.com/Yusuf007R) **Created:** 10/12/2022 **Status:** ✅ Merged **Merged:** 10/13/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feature/minimize-close-window` --- ### 📝 Commits (2) - [`eecd677`](https://github.com/LGUG2Z/komorebi/commit/eecd677aee0fc5e5d44128fb3ce97e8ca534e113) feat(wm): add close and minimize cmd - [`71f8e64`](https://github.com/LGUG2Z/komorebi/commit/71f8e6492b74cf8979a52727cb8a32da927e63f4) feat(wm): manage return bool of PostMessage + update ahk library ### 📊 Changes **6 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-core/src/lib.rs` (+2 -0) 📝 `komorebi/src/process_command.rs` (+2 -0) 📝 `komorebi/src/window.rs` (+8 -0) 📝 `komorebi/src/windows_api.rs` (+16 -0) 📝 `komorebic.lib.ahk` (+8 -0) 📝 `komorebic/src/main.rs` (+10 -0) </details> ### 📄 Description this pr adds the ability to close and minimize the current focused window via SocketMessages and komorebic commands The commands are `Close` and `Minimize`, the same applies to the SocketMessages resolve #189 --- <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:06 +01:00
adam closed this issue 2026-01-05 14:53:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#826