मेरा माउस व्हील बहुत धीरे-धीरे स्क्रॉल करता है, इसलिए मैं प्रत्येक स्क्रॉल "टिक" के लिए लाइनों की संख्या बढ़ाना चाहता हूं। मैंने पढ़ा कि यह सेटिंग के Evdev Scrolling Distance
साथ संभव है xinput
, हालांकि, मैं उपयोग कर libinput
रहा हूं और मुझे स्क्रॉलिंग दूरी से संबंधित कुछ भी दिखाई नहीं दे रहा है।
xinput list-props
मेरे माउस का आउटपुट :
Device Enabled (139): 1
Coordinate Transformation Matrix (141): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (275): -0.640000
libinput Accel Speed Default (276): 0.000000
libinput Accel Profiles Available (277): 1, 1
libinput Accel Profile Enabled (278): 1, 0
libinput Accel Profile Enabled Default (279): 1, 0
libinput Natural Scrolling Enabled (280): 0
libinput Natural Scrolling Enabled Default (281): 0
libinput Send Events Modes Available (259): 1, 0
libinput Send Events Mode Enabled (260): 0, 0
libinput Send Events Mode Enabled Default (261): 0, 0
libinput Left Handed Enabled (282): 0
libinput Left Handed Enabled Default (283): 0
libinput Scroll Methods Available (284): 0, 0, 1
libinput Scroll Method Enabled (285): 0, 0, 0
libinput Scroll Method Enabled Default (286): 0, 0, 0
libinput Button Scrolling Button (287): 2
libinput Button Scrolling Button Default (288): 274
libinput Middle Emulation Enabled (289): 0
libinput Middle Emulation Enabled Default (290): 0
Device Node (262): "/dev/input/event1"
Device Product ID (263): 1133, 50487
libinput Drag Lock Buttons (291): <no items>
libinput Horizonal Scroll Enabled (264): 1
मैं अपनी स्क्रॉलिंग गति कैसे बदल सकता हूं? मैं आर्क लिनक्स, Xfce 4.12 पर चल रहा हूं।