Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.77 KB

File metadata and controls

50 lines (37 loc) · 1.77 KB

aerospace-move-node-to-workspace(1)

Synopsis

aerospace move-node-to-workspace [-h|--help] [--focus-follows-window] [--wrap-around]
                                 (next|prev)
aerospace move-node-to-workspace [-h|--help] [--focus-follows-window] [--fail-if-noop]
                                 [--window-id <window-id>] <workspace-name>

Description

Move the focused window to the specified workspace

(next|prev) is identical to workspace (next|prev)

-h, --help

Print help

--wrap-around

Make it possible to jump between first and last workspaces using (next|prev)

--fail-if-noop

Exit with non-zero code if move window to workspace it already belongs to

--focus-follows-window

Make sure that the window in question receives focus after moving. This flag is a shortcut for manually running aerospace-workspace/aerospace-focus after move-node-to-workspace successful execution.

--window-id <window-id>

./util/window-id-flag-desc.adoc

(next|prev)

Move window to next or prev workspace

<workspace-name>

Specifies workspace name where to move window to