Reduce the monitor unfocus threshold a little

This commit is contained in:
wheaney 2025-02-19 13:27:48 -08:00
parent e02dabdc2c
commit fd40c6ca84
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function applyQuaternionToVector(vector, quaternion) {
const FOCUS_THRESHOLD = 0.95 / 2.0;
// if we leave the monitor with some margin, unfocus even if no other monitor is in focus
const UNFOCUS_THRESHOLD = 1.25 / 2.0;
const UNFOCUS_THRESHOLD = 1.1 / 2.0;
/**
* Find the vector in the array that's closest to the quaternion rotation