Skip to content

Imwheel

WM automation tools
! https://wiki.archlinux.org/title/IMWheel

install

  • install : sudo apt-get install imwheel
  • LXM20 : copy these existing files from old linux save into /home :
    - imwheel-script.sh
    - .imwheelrc
  • change in .imwheelrc the scroll speed setting to 6 ipv. 11 zoals vroeger
  • apply by executing the script sh ~/imwheel-script.sh and accepting the change
    ( vermoedelijk doet dit een sync met de echte config ergens in de system files )

install on lxm 19

https://mintguide.org/other/643-setup-the-mouse-scroll-wheel-speed.html
download http://www.nicknorton.net/mousewheel.sh & save into /home :

cd ~/
wget https://goo.gl/49LhhE -O imwheel-script.sh
chmod +x imwheel-script.sh
sh  ~/imwheel-script.sh

config imwheel

maak of kopieer hetconfig file ~/.imwheelrc
instellen op 11 werkt redelijk ; dit scrollt 11 lijnen -betreft monitor lijnen , geen tekst lijnen- per keer
inhoud :

".*"
None,      Up,   Button4, 6
None,      Down, Button5, 6
Control_L, Up,   Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L,   Up,   Shift_L|Button4
Shift_L,   Down, Shift_L|Button5extention

UPDATE
per app config is possible , zie archwiki

"^chromium$"
None, Up, Button4, 3
None, Down, Button5, 3  
".*"
None, Thumb1, Alt_L|Left
None, Thumb2, Alt_L|Right