I've noticed that loading any extension whose tce.installed script contains this line:
udevadm trigger
Causes my pointer/trackpoint customization to be lost. The customization is achieved with this command at boot:
xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4
Currently, my poor-man's workaround is to re-run the xinput command after loading such extensions.
Please, how do I make the pointer customization permanent? My guess is that it would be with either a special udevadm rule or an xorg config file, but I'm not sure what would be the appropriate syntax or file to modify.