新買的筆記本,在win下面可以拖拽窗口,linux下面不行。一開始不知道該用什么關(guān)鍵詞查找,浪費了不少時間。這里記錄一下。
執(zhí)行 synclient ClickPad=1 即可
讓這個能夠開機自動生效的話,創(chuàng)建
/etc/X11/xorg.conf.d/50-synaptics.conf 文件
內(nèi)容是
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "ClickPad" "1"
EndSection
就搞定了。
更多信息請查看IT技術(shù)專欄