mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
firefox: enable tab groups
This commit is contained in:
parent
be24139c52
commit
acecf2a5dc
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ user_pref("browser.startup.page", 3);
|
|||
// Sort tabs by recently used
|
||||
user_pref("browser.ctrlTab.sortByRecentlyUsed", true);
|
||||
|
||||
// Enable tab groups
|
||||
user_pref("browser.tabs.groups.enabled", true);
|
||||
|
||||
// Languages
|
||||
user_pref("intl.accept_languages", "en");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue