feat(swap-workspaces-monitor): command to swap focused monitor workspaces with another monitor

Basically this commit adds a command that allows you to swap two monitors, well it actually swaps
the workspaces between the monitors.
This commit is contained in:
Yusuf007R
2023-06-08 21:37:04 -05:00
committed by جاد
parent 647f5b7ded
commit 6fe2290d74
5 changed files with 101 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ pub enum SocketMessage {
SendContainerToMonitorWorkspaceNumber(usize, usize),
SendContainerToNamedWorkspace(String),
MoveWorkspaceToMonitorNumber(usize),
SwapWorkspacesToMonitorNumber(usize),
ForceFocus,
Close,
Minimize,