May switch to the version from sway if that seems like a good idea at some point.
CJYJF7B4EVOQ52VLDGPXTJSYZEBXJO4S4A5N2DM4IWI6UQ2BZTVQC
.x = ox * output->scale,
.y = oy * output->scale,
.width = surface->current.width * output->scale,
.height = surface->current.height * output->scale,
.x = ox,
.y = oy,
.width = surface->current.width,
.height = surface->current.height,