Add touchpad instructions
This commit is contained in:
parent
3544739279
commit
1405ffa686
2 changed files with 13 additions and 1 deletions
|
@ -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!
|
||||
|
|
12
extras/trackpad.md
Normal file
12
extras/trackpad.md
Normal file
|
@ -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"
|
Loading…
Reference in a new issue