pacman -S xorg-server xorg-xinit xorg-apps pacman -S awesome xterm
cp /etc/X11/xinit/xinitrc ~/.xinitrc
delete last lines add
xet -b
exec awesome
startx
for bash add to ~/.bash_profile for zsh add to ~/.zprofile
if systemctl -q is-active graphical.target && [[ ! \(DISPLAY && \)XDG_VTNR -eq 1 ]]; then exec startx fi
/etc/X11/xorg.conf.d/20-intel.conf
Section "Device" Identifier "Intel Graphics" Driver "intel"
Option "TearFree" "true" EndSection