From f0efab6f9a2fb7f6c61947a77f49de61c678df46 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 10 Apr 2013 23:32:48 +0200 Subject: Firefox settings: restore previous session upon start MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/.pentadactylrc-firstrun | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/firstrun') diff --git a/scripts/firstrun/10-firefox/.pentadactylrc-firstrun b/scripts/firstrun/10-firefox/.pentadactylrc-firstrun index 398c9f3..171b7ce 100644 --- a/scripts/firstrun/10-firefox/.pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/.pentadactylrc-firstrun @@ -4,6 +4,7 @@ set! browser.tabs.closeWindowWithLastTab=false set! browser.tabs.warnOnClose=false set! general.warnOnAboutConfig=false set! general.autoScroll=false +set! browser.startup.page=3 " limit yourself to local addons set! extensions.autoDisableScopes=8 -- cgit