update
This commit is contained in:
parent
ef632f7270
commit
ceaac3b8fc
2 changed files with 11 additions and 0 deletions
9
gigabyte-x570-fix.service
Normal file
9
gigabyte-x570-fix.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# put in /etc/systemd/system/multi-user.target.wants/gigabyte-x570-fix.service
|
||||
[Unit]
|
||||
Description=Gigabyte X570 Platform Sensor Fix
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/sh -c 'echo disabled > /sys/class/thermal/thermal_zone0/mode'
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
2
user.js
2
user.js
|
|
@ -253,6 +253,8 @@ user_pref("browser.sessionstore.privacy_level", 2);
|
|||
user_pref("media.eme.enabled", false);
|
||||
user_pref("browser.eme.ui.enabled", true);
|
||||
|
||||
user_pref("browser.ml.chat.enabled", false);
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: SMOOTHFOX *
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue