14
Window managers
2kwatts 2kwatts edited this page 2022-08-13 19:00:33 -05:00
You can use a custom window manager or desktop environment by editing your ~/.xinitrc
file to start the window manager instead. For more information, see the ArchWiki. Note that keyboard shortcuts may not work properly in exodesk and might require using a dedicated remote desktop client.
Setup
To install a window manager, use Nix.
You can also install the WM or DE inside Distrobox (recommended) or a Podman container. Then use edit your ~/.xinitrc
to start the WM or DE (in this case, GNOME):
distrobox enter -- dbus-run-session gnome-session # or whatever WM or DE you want
If this doesn't work, try enabling systemd inside the container.