mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-26 21:18:11 +01:00
Compare commits
3 Commits
e7c4e73a61
...
c4d1e433ae
| Author | SHA1 | Date | |
|---|---|---|---|
| c4d1e433ae | |||
| 30067aa8ee | |||
| c540f60b58 |
@ -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",
|
||||
|
||||
1
install
1
install
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user