src/prefs.js: less animations, one click urlbar select
Thanks to Matej Ľach for suggesting these preferences in: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1488
This commit is contained in:
parent
49698e65c5
commit
df9ac23760
1 changed files with 9 additions and 0 deletions
|
@ -20,3 +20,12 @@ pref('browser.newtabpage.enabled', false);
|
|||
|
||||
// Allow UI customizations with userChrome.css and userContent.css
|
||||
pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);
|
||||
|
||||
// Select the entire URL with one click
|
||||
pref('browser.urlbar.clickSelectsAll', true);
|
||||
|
||||
// Disable cosmetic animations, save CPU
|
||||
pref('toolkit.cosmeticAnimations.enabled', false);
|
||||
|
||||
// Disable download animations, save CPU
|
||||
pref('browser.download.animateNotifications', false);
|
||||
|
|
Loading…
Reference in a new issue