feat(wm): add close and minimize cmd

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

resolve #189
This commit is contained in:
Yusuf007R
2022-10-11 18:12:06 -05:00
committed by جاد
parent 635272fc10
commit 33965f92ad
5 changed files with 29 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ pub enum SocketMessage {
SendContainerToWorkspaceNumber(usize),
SendContainerToMonitorWorkspaceNumber(usize, usize),
MoveWorkspaceToMonitorNumber(usize),
Close,
Minimize,
Promote,
PromoteFocus,
ToggleFloat,