raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0b797a68a7cee89c5a284ed3992ff5659b066bb4
commit 0b797a68a7cee89c5a284ed3992ff5659b066bb4 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Nov 14 20:51:13 2020 +0000 todo - adapt after new input device work --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 3aa6cbb74..6c1d1eab2 100644 --- a/TODO +++ b/TODO @@ -292,9 +292,10 @@ TODO: front-end to back-end cmdline tools (use shell wrappers?) * cpufreq: support pstate: hwp_dynamic_boost, no_turbo, display turbo_pct, num_pstates -* need more advanced input device controls like for touchpads for - swizzling their gesture recognition etc. - look into libratbag too - for gaming mouse stuff if its worth using it or just doing the same +* advanced per-device config (xinput device by device). current is simple + generic "global" config e.g. for the mouse +* look into libratbag too for gaming mouse stuff if its worth using it or + just doing the same stuff ourselves as we will probably have to via libinput * per app environment launch config - allow different TZ, LOCALE etc. per app and set up env appropriately --
