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
|
||||
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 ==
|
||||
curl -s "https://get.sdkman.io" | bash
|
||||
# Temporary disable nounset for SDK
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
"flameshot",
|
||||
"firefox",
|
||||
"libva-intel-driver",
|
||||
"tlp",
|
||||
"nodejs",
|
||||
"fish",
|
||||
"autoconf",
|
||||
|
@ -133,7 +132,8 @@
|
|||
"gnome-shell-extension-appindicator",
|
||||
"libreoffice-fresh",
|
||||
"go",
|
||||
"trash-cli"
|
||||
"trash-cli",
|
||||
"power-profiles-daemon"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue