diff --git a/setup b/setup index 5a1d6b3..9d5b505 100755 --- a/setup +++ b/setup @@ -7,7 +7,10 @@ then echo "Updating Ubuntu" sudo apt update && sudo apt upgrade echo "Installing tools/utils" - sudo apt install ripgrep fd-find make stow tmux awesome compton dmenu nitrogen + sudo apt install ripgrep fd-find make stow tmux awesome compton dmenu nitrogen acpi acpid qt5ct + + echo "Enabling acpid" + systemctl enable acpid else echo "Updating Arch" sudo pacman -Syyu