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
master
feature/minimize-close-window
eecd677
71f8e64
6 files changed (+46 additions, -0 deletions)
📝 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)
komorebi-core/src/lib.rs
komorebi/src/process_command.rs
komorebi/src/window.rs
komorebi/src/windows_api.rs
komorebic.lib.ahk
komorebic/src/main.rs
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
Close
Minimize
resolve #189
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.