mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-02 20:14:26 +01:00
Turn off Vitals on Intel to prevent CPU maxing
Maybe this is just a 14900K problem?
This commit is contained in:
@@ -70,5 +70,10 @@ gsettings set org.gnome.shell.extensions.vitals hot-sensors "['__network-rx_max_
|
||||
gsettings set org.gnome.shell.extensions.vitals icon-style 0
|
||||
gsettings set org.gnome.shell.extensions.vitals network-speed-format 1
|
||||
|
||||
# Unfortunately Vitals seems to maxout CPU on Intel, so let's turn it off by default there
|
||||
if grep -q "Intel" /proc/cpuinfo; then
|
||||
gnome-extensions disable Vitals@CoreCoding.com
|
||||
fi
|
||||
|
||||
# Configure AlphabeticalAppGrid
|
||||
gsettings set org.gnome.shell.extensions.alphabetical-app-grid folder-order-position 'end'
|
||||
|
||||
Reference in New Issue
Block a user