新買的筆記本,在win下面可以拖拽窗口,linux下面不行。一開始不知道該用什么關(guān)鍵詞查找,浪費(fèi)了不少時(shí)間。這里記錄一下。
執(zhí)行 synclient ClickPad=1 即可
讓這個(gè)能夠開機(jī)自動(dòng)生效的話,創(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
就搞定了。
更多信息請(qǐng)查看IT技術(shù)專欄