switch from tlp to power-profile-daemon

This commit is contained in:
Mylloon 2023-10-18 09:23:15 +02:00
parent 0c552f11f9
commit adc6b28c4b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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": {