Öncelikle
xinput list komutunu girerek Mouse'nızın
deviceIDsini bulun. Bu değer şu an bende
9:
Eki Görüntüle 202197
Ardından şu komutları girerek
9 Device ID'si için Auto Scrolling'i aktif edebilirsiniz:
Kod:
xinput set-prop 9 "libinput Button Scrolling Button" 2
xinput set-prop 9 "libinput Scroll Method Enabled" 0, 0, 1
Dediğim gibi,
9 yerine Mouse'nıza ait Device ID gelecek. Bunun her sistem açılışında uygulanmasını istiyorsanız, en basit şekilde Linux Mint üzerinde
Startup Applications adlı uygulamaya bu komutları ekleyerek her açılışta bunun uygulanmasını sağlarsınız. Bu method X11 ile çalışıyor ve yüksek ihtimalle
Wayland ile de çalışmalı.
man libinput üzerinden bir açıklama:
Kod:
libinput Scroll Method Enabled 3 boolean values (8 bit, 0 or 1), in order "two-finger", "edge", "button". Indicates which scroll method is currently enabled on this device.
libinput Button Scrolling Button 1 32-bit value. Sets the button number to use for button scrolling. This setting is independent of the scroll method, to nable button scrolling the method must be set to button-scrolling and a valid button must be set.