shell: Add keybindings to migrate workspaces
This commit is contained in:
parent
1a2d9159d7
commit
3dee249558
3 changed files with 115 additions and 5 deletions
|
|
@ -167,6 +167,10 @@ pub enum Action {
|
|||
MoveToOutput(Direction),
|
||||
SendToOutput(Direction),
|
||||
|
||||
MigrateWorkspaceToNextOutput,
|
||||
MigrateWorkspaceToPreviousOutput,
|
||||
MigrateWorkspaceToOutput(Direction),
|
||||
|
||||
Focus(FocusDirection),
|
||||
Move(Direction),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue