mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:05:00 +01:00
Add power management
This commit is contained in:
parent
f9bfbdaffd
commit
eee7cec9c4
6
setup
6
setup
|
@ -12,7 +12,11 @@ else
|
|||
echo "Updating Arch"
|
||||
sudo pacman -Syyu
|
||||
echo "Installing tools/utils"
|
||||
sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3
|
||||
sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon thermald
|
||||
|
||||
sudo systemctl enable --now power-profiles-daemon
|
||||
sudo thermald --systemd
|
||||
sudo power-profiles-daemon set performance
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue