MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / hotReloadDebug

Function hotReloadDebug

packages/config/src/window-manager.ts:317–325  ·  view source on GitHub ↗
(
  message: string,
  details: Record<string, unknown> = {},
)

Source from the content-addressed store, hash-verified

315 * Vertical three-finger swipe movement multiplier for workspace switching.
316 */
317 workspaceSwitchFactor?: number;
318 /**
319 * Vertical release velocity multiplier for deciding whether to commit a
320 * workspace switch. Defaults to workspaceSwitchFactor when omitted.
321 */
322 workspaceSwitchVelocityFactor?: number;
323 /**
324 * At or below this scroll speed (logical px/s of workspace movement) a
325 * three-finger workspace scroll catches on tile snap positions — the
326 * offsets where a tile sits fully on screen at the viewport edge
327 * (TILE_MARGIN gap), or centered for maximized tiles. Faster scrolling
328 * passes straight through. Applies to both the active gesture and the

Callers 7

snapshotMethod · 0.85
restoreMethod · 0.85
onFirstCommitMethod · 0.85
addWindowMethod · 0.85
applyLayoutMethod · 0.85
restoreMethod · 0.85
applyFloatingLayoutMethod · 0.85

Calls 1

hotReloadDebugEnabledFunction · 0.85

Tested by

no test coverage detected