I like to dual boot whenever I want to play some games. This way, I don’t need to install all the proprietary crap on Arch and it feels less of a pain to do so. To make it even easier, this simple alias boots right into my windows installation.
alias win='sudo efibootmgr --bootnext 0000 && reboot'