Add actions to move the active workspace to another monitor

This commit is contained in:
Andreas Stührk
2023-12-02 23:57:01 +01:00
committed by Ivan Molodetskikh
parent 0a715ce155
commit e51268a39e
4 changed files with 114 additions and 0 deletions
+4
View File
@@ -490,6 +490,10 @@ pub enum Action {
SetColumnWidth(#[knuffel(argument, str)] SizeChange),
SwitchLayout(#[knuffel(argument)] LayoutAction),
ShowHotkeyOverlay,
MoveWorkspaceToMonitorLeft,
MoveWorkspaceToMonitorRight,
MoveWorkspaceToMonitorDown,
MoveWorkspaceToMonitorUp,
}
#[derive(Debug, Clone, Copy, PartialEq)]