ref: https://www.buildwindows.com/change-windows-font/
玩電腦的,其實是被電腦玩的,所以,有人在機櫃上面放乖乖,而且不能放到過期,過期的話它就不乖了,你看,這是不是被電腦玩弄?所以,被電腦玩的都希望能諸事大吉!
ref: https://www.buildwindows.com/change-windows-font/
ref: https://askubuntu.com/questions/1432996/adjust-trackpoint-speed-on-lenovo-p70-ubuntu-22-04
Here's what worked for me; your mileage may vary. First, find your device:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
⎜ ↳ Synaptics TM3053-004 id=11 [slave pointer (2)]
⎜ ↳ ELAN Touchscreen id=9 [slave pointer (2)]
...
On my system, I see it as TPPS/2 IBM TrackPoint
. Next, find the acceleration property:
$ xinput list-props 'TPPS/2 IBM TrackPoint' | grep Accel
libinput Accel Speed (342): 0.000000
libinput Accel Speed Default (343): 0.000000
libinput Accel Profiles Available (344): 1, 1
libinput Accel Profile Enabled (345): 1, 0
libinput Accel Profile Enabled Default (346): 1, 0
Here, I see it as Accel Speed (342)
, and the 342
is what I need. After some experimentation, I was able to determine that the value, by default 0.000000
is expected to be in the range [-1, 1]
. For me, -0.2
ended up being a good speed:
$ xinput set-prop 'TPPS/2 IBM TrackPoint' 342 -0.2
ref: https://gist.github.com/bumbummen99/fcab50dad5638399375693a70a8c17f4
先執行
xinput --list
確認 TrackPoint 的 id 是多少,假設是 15,就執行以下指令:
xinput set-button-map 15 1 0 3 4 5 6 7
就可以關掉中鍵貼上的動作了。
老祖宗留下的28件寶貝!