mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
firefox: disable pocket
This commit is contained in:
parent
5871e787ff
commit
a1c529c7a5
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ user_pref("browser.startup.page", 3);
|
||||||
// Languages
|
// Languages
|
||||||
user_pref("intl.accept_languages", "en-us,en,fr");
|
user_pref("intl.accept_languages", "en-us,en,fr");
|
||||||
|
|
||||||
|
// Disable pocket
|
||||||
|
user_pref("extensions.pocket.enabled", false);
|
||||||
|
|
||||||
// Backspace is like back
|
// Backspace is like back
|
||||||
user_pref("browser.backspace_action", 0);
|
user_pref("browser.backspace_action", 0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue