Some time ago a jwm 2.3.7 bug was found whereby, upon starting up Puppy, if you right-clicked on
the title bar of an open window then clicked move on the popup menu, jwm crashed. I've found a
clumsy fix for this. You lose the popup menu & can't move the window at all except to shink (resize)
one edge then grow its opposite by dragging. Minimise & maximise still a viable option.
Edit /etc/xdg/templates/_root_.jwmrc
In the Groups section, find noturgent entry, about halfway down (as below)
<Group>
<Option>noturgent</Option>
</Group>
Just before it, add
<Group>
<Option>nomove</Option>
</Group>
Save, then in a terminal, run fixmenus , then restart X
EDIT 24Nov20: ANOTHER OPTION for Bionicpup64-8.0 & ScPup64-20.06 IS FURTHER DOWN.