I use keys on my keyboard for mouse clicks. For this to work I need to invoke
xkbset m
This works for a few minutes, then for some reason this setting gets reverted! I have resorted to leaving a terminal open with
while true; do xkbset m; sleep 5; done
I'm wondering if there's a "correct" way to do this, such that this setting becomes permanent / persistent.
(Similar question but with no answer.)