Fix natural scolling
This commit is contained in:
parent
ad36113a91
commit
6c9cf78a8d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue