switch from tlp to power-profile-daemon
This commit is contained in:
parent
0c552f11f9
commit
adc6b28c4b
2 changed files with 2 additions and 7 deletions
5
arch.sh
5
arch.sh
|
@ -305,11 +305,6 @@ main() {
|
||||||
echo "style_main_window=true" >> /usr/share/copyq/themes/dark.ini
|
echo "style_main_window=true" >> /usr/share/copyq/themes/dark.ini
|
||||||
copyq loadTheme /usr/share/copyq/themes/dark.ini
|
copyq loadTheme /usr/share/copyq/themes/dark.ini
|
||||||
|
|
||||||
# === Power plan ==
|
|
||||||
systemctl enable tlp.service
|
|
||||||
systemctl mask systemd-rfkill.service
|
|
||||||
systemctl mask systemd-rfkill.socket
|
|
||||||
|
|
||||||
# === Java ==
|
# === Java ==
|
||||||
curl -s "https://get.sdkman.io" | bash
|
curl -s "https://get.sdkman.io" | bash
|
||||||
# Temporary disable nounset for SDK
|
# Temporary disable nounset for SDK
|
||||||
|
|
|
@ -73,7 +73,6 @@
|
||||||
"flameshot",
|
"flameshot",
|
||||||
"firefox",
|
"firefox",
|
||||||
"libva-intel-driver",
|
"libva-intel-driver",
|
||||||
"tlp",
|
|
||||||
"nodejs",
|
"nodejs",
|
||||||
"fish",
|
"fish",
|
||||||
"autoconf",
|
"autoconf",
|
||||||
|
@ -133,7 +132,8 @@
|
||||||
"gnome-shell-extension-appindicator",
|
"gnome-shell-extension-appindicator",
|
||||||
"libreoffice-fresh",
|
"libreoffice-fresh",
|
||||||
"go",
|
"go",
|
||||||
"trash-cli"
|
"trash-cli",
|
||||||
|
"power-profiles-daemon"
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue