Merge branch 'master' of github.com:scottwallacesh/dotfiles

This commit is contained in:
Scott Wallace 2019-11-02 16:38:47 +00:00
commit 9d162b8de0

View file

@ -33,3 +33,15 @@
owner: 'root' owner: 'root'
group: 'root' group: 'root'
become: true 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