Having a manjaro experience more close to Arch upstream
If you prefer a more cutting-edge experience closer to the Arch upstream, you can switch to the unstable branch, where packages are frequently added from Arch stable. To switch to the unstable branch, run the following commands:
sudo pacman-mirrors --api --set-branch unstable
sudo pacman-mirrors --fasttrack 5
sudo pacman -Syyu
Please note that once you have installed any software while on the unstable branch, it can be difficult to go back to the stable branch. You may have to wait until updates catch up with the stable branch.
Congratulations, you are now on the bleeding edge! For more detailed information, please see the "Switching Branches" section of the Manjaro wiki.