After installing Archcraft OS, there are few things you should do.
$ sudo pacman -Syy && sudo pacman -Syu
pacman
or yay
(AUR).$ sudo pacman -S firefox gimp
# Or from AUR
$ yay -S spotify
# Run the following script to fix battery and network modules in polybar
$ ~/.config/polybar/fix_modules.sh
i915
. Delete other modules from the array and rebuild initrd.# Edit mkinitcpio.conf file
$ sudo vim /etc/mkinitcpio.conf
# Change line 7 from
MODULES=(i915? amdgpu? radeon? nouveau? vboxvideo? vmwgfx?)
# To
MODULES=(i915)
# Save file and rebuild initrd
$ sudo mkinitcpio -p linux
Mouse and Touchpad
. Then go to Touchpad & check Tap to click
.Well, that's pretty much everything for now, go ahead and try out Archcraft.