From eb5b66872770bceeb43633f6f428e7b94686d380 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 9 Feb 2019 17:17:08 +0000 Subject: [PATCH] Set a sensible initial window size for Firefox --- .ansible/roles/desktop/vars/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ansible/roles/desktop/vars/common.yaml b/.ansible/roles/desktop/vars/common.yaml index d0a4700..fc6c26f 100644 --- a/.ansible/roles/desktop/vars/common.yaml +++ b/.ansible/roles/desktop/vars/common.yaml @@ -25,6 +25,10 @@ firefox_user_prefs: value: "true" - name: 'privacy.sanitize.pending' 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' value: "\"{{ ansible_hostname }}\"" - name: 'services.sync.username'