Compare commits

...

3 Commits

2 changed files with 13 additions and 0 deletions

View File

@ -765,6 +765,12 @@
"Type": "boolean",
"Value": false
},
"browser.tabs.fadeOutUnloadedTabs": {
"Comment": "By default only explicitly unloaded tabs appear faded",
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.tabs.groups.enabled": {
"Status": "default",
"Type": "boolean",
@ -791,6 +797,12 @@
"Type": "boolean",
"Value": true
},
"browser.tabs.min_inactive_duration_before_unload": {
"Comment": "Presumed to be ms, allow tabs to be unloaded after one minute of inactivity (default ten)",
"Status": "default",
"Type": "number",
"Value": 60000
},
"browser.tabs.unloadOnLowMemory": {
"Status": "locked",
"Type": "boolean",

View File

@ -264,6 +264,7 @@ if [ "$(id -u)" == "0" ]; then
cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/
ln -nsfv /usr/local/share/applications/a-firefox.desktop /etc/xdg/autostart/
fi
# If apt is installed, enable progress bar and colors