I am trying to get the side buttons of the wheel of my mouse (Logitech Bluetooth mouse V470) to work in Ubuntu 17.10. It used to work on Ubuntu 16.04 under imwheel (on another machine).
This is my current configuration:
$ cat .imwheelrc
".*"
None, Left, Alt_L|Left
None, Right, Alt_L|Right
$ cat /etc/X11/imwheel/startup.conf
IMWHEEL_START=0
IMWHEEL_PARAMS='-b "6 7"'
What is wrong with it?
Thank you