I mean there’s the EWMM, emacs based windows manager. So it can absolutely do anything.
Nobody’s made a Wayland compositor running in emacs yet, just an X11 window manager!
EDIT: Okay, apparently they have, ewx, but unlike EXWM, it’s not really in a usable state.
How to look it up:
That’s “Meta-X” (Alt-X), then “org-mode” and Enter, switches the major mode of the current buffer to org-mode so that we have the org-mode keybindings active.
C-h
, Control-H, is the “help” prefix. “C-h k” isdescribe-key
, tells you what a given key sequence runs.C-h k C-c C-x C-l
will say whatC-c C-x C-l
does. It gives the following output: