mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-27 21:48:01 +01:00
Compare commits
No commits in common. "c4d1e433aeca3aef5b89b27de479623787f15874" and "e7c4e73a6166713b2dbe44ebfbb09c8cc11b0df0" have entirely different histories.
c4d1e433ae
...
e7c4e73a61
@ -765,12 +765,6 @@
|
||||
"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",
|
||||
@ -797,12 +791,6 @@
|
||||
"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,7 +264,6 @@ 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