Set a sensible initial window size for Firefox

This commit is contained in:
Scott Wallace 2019-02-09 17:17:08 +00:00
parent a41002d2c7
commit eb5b668727

View file

@ -25,6 +25,10 @@ firefox_user_prefs:
value: "true" value: "true"
- name: 'privacy.sanitize.pending' - name: 'privacy.sanitize.pending'
value: '"[{\"id\":\"shutdown\",\"itemsToClear\":[\"cache\",\"offlineApps\",\"history\",\"formdata\"],\"options\":{}},{\"id\":\"newtab-container\",\"itemsToClear\":[],\"options\":{}}]"' value: '"[{\"id\":\"shutdown\",\"itemsToClear\":[\"cache\",\"offlineApps\",\"history\",\"formdata\"],\"options\":{}},{\"id\":\"newtab-container\",\"itemsToClear\":[],\"options\":{}}]"'
- name: 'privacy.window.maxInnerHeight'
value: '900'
- name: 'privacy.window.maxInnerWidth'
value: '1400'
- name: 'services.sync.client.name' - name: 'services.sync.client.name'
value: "\"{{ ansible_hostname }}\"" value: "\"{{ ansible_hostname }}\""
- name: 'services.sync.username' - name: 'services.sync.username'