Starting different desktop environments HOWTO
From ArchWiki
| i18n |
|---|
| English |
| Ελληνικά |
| 简体中文 |
| Español |
[edit] Summary
How to use startx command, to get x-server and your DE of choice running.
[edit] Start file, ~/.xinitrc
You start your DE from the file /home/yourname/.xinitrc Uncomment your favourite, eg Gnome
#!/bin/sh # # ~~/.xinitrc # # Executed by startx (run your window manager from here) # # exec ion # exec wmaker # exec startkde # exec icewm # exec blackbox exec gnome-session # exec startfluxbox # exec startxfce4 # exec openbox # exec startlxde
Small note: if you have a working .xinitrc, but just want to try other WM/DE you can
run xinit from command line like this
xinit /full/path/to/window-manager
The full path is required. Optionally you can pass options to X server after -- Example:
xinit /usr/bin/enlightenment -- -br +bs -dpi 96