Fix natural scolling

This commit is contained in:
Scott Wallace 2019-05-04 16:05:34 +01:00
parent ad36113a91
commit 6c9cf78a8d

View file

@ -73,6 +73,20 @@
name: 'wg-quick@wg0' name: 'wg-quick@wg0'
enabled: false enabled: false
- name: 'Synaptics touchpad natural scrolling'
tags:
- config
- desktop
copy:
dest: '/etc/X11/Xsession.d/80synaptics'
content: |
synclient VertScrollDelta=-247
synclient HorizScrollDelta=-247
mode: '0644'
owner: 'root'
group: 'root'
become: true
- name: 'Abert' - name: 'Abert'
tags: tags:
- config - config