1
0
Fork 0

add pkg: xfce4-power-manager

This commit is contained in:
Pratham Patel 2023-01-21 17:10:57 +05:30
parent f781a7bbf7
commit 9c0d335c48
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pacman --sync --refresh --refresh
PKGS_TO_INSTALL=(base bash bind cron curl dhcpcd efibootmgr findutils iputils keepassxc ksh less libdrm linux linux-firmware linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager opendoas openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
# power management
PKGS_TO_INSTALL+=(acpi_call)
PKGS_TO_INSTALL+=(acpi_call xfce4-power-manager)
# firewall
PKGS_TO_INSTALL+=(firewalld)