Вы находитесь на странице: 1из 1

echo synclient VertEdgeScroll=1 >> ~/.

config/scroll-touchpad
echo synclient VertTwoFingerScroll=1 >> ~/.config/scroll-touchpad

We make it executable, and protect it from being deleted:


chmod +x ~/.config/scroll-touchpad
chmod -w ~/.config/scroll-touchpad

The we add to our gconf settings this file:


gsettings set org.gnome.settings-daemon.peripherals.input-devices
hotplug-command '"'$HOME'/.config/scroll-touchpad"'

Now you can restart Gnome, log out and in, etc. and your preferences
will persist.

Вам также может понравиться