# pacman -S gnome
# systemctl enable gdm
# pacman -S i3 volumeicon dunst scrot xfce4-power-manager \
xautolock network-manager-applet ttf-font-awesome feh \
awesome-terminal-fonts gnome-terminal polkit polkit-gnome \
rxvt-unicode xorg-xbacklight
AUR
i3-scrot
In chroot, after install to use wifi-menu
# pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
After install
# pacman -S networkmanager
# systemctl enable NetworkManager
This can be used to install any AUR
git clone https://aur.archlinux.org/pamac-aur.git
cd pamac-aur
makepkg -si
# pacman -S cups
# systemctl enable org.cups.cupsd.service
sudo localectl set-locale LANG="en_US.UTF-8"
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
echo vm.max_map_count=262144 | sudo tee -a /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system