mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-23 17:18:40 +02:00
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:
@@ -51,6 +51,8 @@ pub enum SocketMessage {
|
||||
SendContainerToWorkspaceNumber(usize),
|
||||
SendContainerToMonitorWorkspaceNumber(usize, usize),
|
||||
MoveWorkspaceToMonitorNumber(usize),
|
||||
Close,
|
||||
Minimize,
|
||||
Promote,
|
||||
PromoteFocus,
|
||||
ToggleFloat,
|
||||
|
||||
Reference in New Issue
Block a user