Enable touchscreen in Firefox on the Google Laptop

This commit is contained in:
Scott Wallace 2019-10-31 11:42:13 +00:00
parent a70041a642
commit df602850e1

View file

@ -33,3 +33,15 @@
owner: 'root'
group: 'root'
become: true
- name: 'Enable touchscreen in Firefox'
tags:
- firefox
- config
copy:
dest: '/etc/environment.d/99firefox.conf'
content: 'MOZ_USE_XINPUT2=1'
mode: '0444'
owner: 'root'
group: 'root'
become: yes