Ctrl+Alt+Del didn't work, Alt+F2 and Ctrl+Alt+F2 don't open terminal.
I don't know what windows manager I accidentally went into but I know if I can log out and switch it I will be fine. All I get is a black screen with Ubuntu written on the bottom, like the flash screen on Fossa, which is what I'm running.
lightdm
is a DM or greeter and allows you to enter username/password & start a predefined session, but isn't required for GUI either. It maybe helpful if you're specific as to what you're using, you mention focal which is vague; as Ubuntu 20.04 LTS Server is fossa, as is Ubuntu Core 20; both of which don't use GUI, DM or WM by default. Ubuntu 20.04 LTS Desktop does use a GUI, but doesn't uselightdm
either, as GNOME is the default GUI (thus GDM ir GNOME DM is used). Your details are unclear. – guiverc Sep 05 '23 at 11:51openbox
is a WM, it's the WM used by Lubuntu actually (Lubuntu uses LXQt which is WM agnostic, Lubuntu usesopenbox
as its WM). A defaultopenbox
has no config until it's created (excluding a rather limited skeleton), it also has no background/wallpaper (different tools are expected to do that; thus you may see a black screen OR even whatever was last seen on your screen beforeopenbox
started, thus not even realizing you've left the prior screen/DM) thus yes it's easy to get confused by a WM alone (its less featured than a DE or desktop). GNOME is a DE, which can use openbox – guiverc Sep 05 '23 at 11:58