Add user parking feature with configurable settings #355
+599
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add option to park idle users at screen edges instead of removing them
New Options
--park-idle-users- Enable parking (move idle users to screen edge instead of removing)--park-immediate- Park users as soon as they go idle--park-lock-slots- Keep parking slots reserved once claimed--park-position POSITION- Where to park:bottom,top,left, orright--park-direction-reverse- Reverse the fill direction--park-y-offset PIXELS- Distance from the screen edge (default: 0)--park-spacing PIXELS- Spacing between parked users (0 = auto)--park-opacity FLOAT- Opacity of parked users (default: 0.5)--park-scale SCALE- Scale of parked users (default: 0.5)--park-speed-factor F- Speed multiplier while parking (default: 0.5)--park-rows ROWS- Number of rows for parked users (0 = auto, default: 1)--park-round-robin- Distribute users across rows in round-robin orderExample:
2025-12-30.14-08-58.mp4
Example with user images, as the main point of this is to keep showing contributers
2025-12-30.14-19-21.mp4