Tired of typing password everytime you witch to root?
Enable passwordless switching to root.
Just type following:
sudo echo "(username) ALL=(ALL) NOPASSWD:ALL" | tee - a /etc/sudoers.d/(username)
And now, when you will type
sudo -i
It goes smooth to root without asking for password.