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?
Ctrl-Alt-F{2..6}
will get you to the console where you can install a terminal emulator. – jasonwryan Dec 25 '15 at 06:22i3-sensible-terminal
simply not detecting it? – Evan Carroll Nov 25 '18 at 04:18