You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NookGL4plus: use persistent root shell for warmth to avoid per-call su overhead
Spawning a new `su` process per setWarmth call and blocking on waitFor()
could cause sluggish slider response when the user makes rapid changes.
Keep a single long-lived root shell open and pipe echo commands through it.
The shell is (re)started on demand if it has exited.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments