- Update system and install package bspwm and sxhkd
sudo pacman -Syu
sudo pacman -S bspwm sxhkd
- make directory config for bspwm and sxhkd
mkdir -p ~/.config/bspwm ~/.config/sxhkd
- copy examples config
cp /usr/share/doc/bspwm/examples/bspwmrc ~/.config/bspwm/
cp /usr/share/doc/bspwm/examples/sxhkdrc ~/.config/sxhkd/
- make file bspwmrc execute file
chmod +x ~/.config/bspwm/bspwmrc
- run bspwm with startx in file .xinitrc
exec bspwm