So I was having this weird problem lately. Whenever I booted my Laptop and it came to the desktop, the Wifi would suddenly get disconnected. It would then stop working at all. I have had this problem before which would not be this repetitive and definitely not this much quick. Well, Manjaro Forums came to the rescue. One of the posters gave a command that turns Wifi off for the 'nmcli' command. I simply converted it into a Wifi Off and Wifi On command. Upon doing that, Wifi got fixed.
#!/bin/bash nmcli r wifi off nmcli r wifi onCredits: https://forum.manjaro.org/t/solved-networkmanager-choose-when-to-enable-wifi-on-reboot/63810/4