Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Workspaces

Mosaico supports up to 8 independent workspaces per monitor. Each workspace maintains its own set of tiled windows.

Switching Workspaces

ShortcutAction
Alt + 1Alt + 8Switch to workspace 1-8
Alt + Shift + 1Alt + Shift + 8Send focused window to workspace 1-8

Or via the CLI:

mosaico action goto-workspace 3
mosaico action send-to-workspace 5

Behavior

Switching (goto-workspace)

When you switch to a different workspace:

  1. All windows on the current workspace are hidden using the configured hiding strategy
  2. All windows on the target workspace are shown
  3. The layout is reapplied
  4. Focus is set to the first window

If you are already on the target workspace, nothing happens.

Sending (send-to-workspace)

When you send a window to another workspace:

  1. The focused window is removed from the current workspace
  2. It is added to the target workspace
  3. The window is hidden (it is now on a non-active workspace)
  4. The current workspace is retiled
  5. Focus moves to the next window

Hiding Behaviour

The hiding setting in [layout] controls how windows are hidden during workspace switches:

StrategyTaskbar IconNotes
"cloak" (default)KeptInvisible via DWM. Same mechanism as Windows virtual desktops.
"hide"RemovedLegacy SW_HIDE. Simple but loses taskbar icons.
"minimize"Kept (minimized)Some apps react to minimize (e.g. pause media).
[layout]
hiding = "cloak"   # "cloak", "hide", or "minimize"

Cloak is the recommended default. Windows become invisible but keep their taskbar icons, so you can still see all running apps. Clicking a cloaked window’s taskbar icon automatically switches to its workspace.

Per-Monitor Workspaces

Each monitor has its own independent set of 8 workspaces. Switching workspaces on one monitor does not affect other monitors.

Status Bar Integration

If the status bar is enabled with a workspaces widget, it displays pill-shaped indicators showing which workspace is active and which workspaces contain windows.