I am trying to setup Arch Linux, and after getting the most basic stuff setup I installed and ran i3 with:
pacman -S i3 dmenu xorg xorg-xinit
startx
It finally started, but I can't exit it. After pressing $mod+shift+E and confirming, it gives me the error:
i3-sensible-terminal could not find a terminal emulator. Please install one.
I also get this error from $mod+Enter. I'm confused because I can't exit back to the actual terminal in order to install a terminal emulator. Why does exiting i3 try to run a terminal emulator instead of closing dmenu/xorg and returning me to the actual(?) terminal? Can anyone provide some insight?