/** Viewport band (px) where a window drag targets the adjacent workspace. */
export const WORKSPACE_EDGE_DROP_PX = 72

/** Viewport band (px) where a window drag targets a snap zone. */
export const WINDOW_SNAP_EDGE_PX = 14
