mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #259] [MERGED] feat(wm): add close and minimize cmd #826
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/minimize-close-window📝 Commits (2)
eecd677feat(wm): add close and minimize cmd71f8e64feat(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
CloseandMinimize, the same applies to the SocketMessagesresolve #189
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.