feat(wm): add promote-focus command

This commit adds a promote-focus command to complement the promote
command.

resolve #203
This commit is contained in:
LGUG2Z
2022-08-13 17:10:12 -07:00
parent be5945c64b
commit 458d1ef80a
5 changed files with 29 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ pub enum SocketMessage {
SendContainerToMonitorWorkspaceNumber(usize, usize),
MoveWorkspaceToMonitorNumber(usize),
Promote,
PromoteFocus,
ToggleFloat,
ToggleMonocle,
ToggleMaximize,