diff --git a/README.md b/README.md index 8ca336d..52c2400 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Settings and Preferences for transfer between machines 3. Profit! ## Extra hotfixes -Some things don't need to be installed everywhere, So they're in seperate scripts listed here! +Some things don't need to be installed everywhere, So they're in seperate scripts listed here, or under `extras`. #### `gnome/sound-fix.sh` Disables the sound when you change the volume, and set's the increment to 1. Much nicer if i'm using a volume wheel! diff --git a/extras/trackpad.md b/extras/trackpad.md new file mode 100644 index 0000000..6de3e7c --- /dev/null +++ b/extras/trackpad.md @@ -0,0 +1,12 @@ +# Trackpad + +Doc: https://wiki.archlinux.org/index.php/Touchpad_Synaptics + +### Disable tap to click +Option "TapButton1" "0" +Option "TapButton2" "0" +Option "TapButton3" "0" + +# Enable horizontal and vertical scrolling +Option "VertTwoFingerScroll" "on" +Option "HorizTwoFingerScroll" "on"