From c4a24b712522955c432bc0ee35f4d092358a30ce Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 9 Apr 2013 17:18:00 +0200 Subject: Firefox settings, return "autoscroll" back 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') diff --git a/scripts/firstrun/10-firefox/.pentadactylrc-firstrun b/scripts/firstrun/10-firefox/.pentadactylrc-firstrun index 91e818e..398c9f3 100644 --- a/scripts/firstrun/10-firefox/.pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/.pentadactylrc-firstrun @@ -3,6 +3,7 @@ set! browser.tabs.closeButtons=2 set! browser.tabs.closeWindowWithLastTab=false set! browser.tabs.warnOnClose=false set! general.warnOnAboutConfig=false +set! general.autoScroll=false " limit yourself to local addons set! extensions.autoDisableScopes=8 -- cgit