wiki / xorg / xinit Edit this page
Edited (8a55f77) at 2021-07-02 by Dilyn Corner
XINIT [0]
________________________________________________________________________________
The xinit program is used to start the X Window System server and a first client
program on systems that are not using a display manager such as xdm or in
environments that use multiple window systems.
Configuration
________________________________________________________________________________
Ensure that you have xinit installed first:
+------------------------------------------------------------------------------+
| |
| $ kiss b xinit && kiss i xinit |
| |
+------------------------------------------------------------------------------+
Create the required rc file as a regular user:
+------------------------------------------------------------------------------+
| |
| $ touch ~/.xinitrc |
| |
+------------------------------------------------------------------------------+
At this point, you can add content to your .xinitrc file. For example, if you
wanted to start sowm windows manager, you could add the following:
+------------------------------------------------------------------------------+
| |
| $ echo "exec sowm" >> ~/.xinitrc |
| |
+------------------------------------------------------------------------------+
You should now be able to start your X server with startx:
+------------------------------------------------------------------------------+
| |
| $ startx |
| |
+------------------------------------------------------------------------------+
Start After Login
________________________________________________________________________________
Add the following to the bottom of your ~/.profile file:
+------------------------------------------------------------------------------+
| |
| $ [ -z "$DISPLAY" ] && [ "$(tty)" = /dev/tty1 ] && exec startx |
| |
+------------------------------------------------------------------------------+
If you would like to remain logged in when the X session ends, remove exec.
References
________________________________________________________________________________
[0] https://www.x.org/releases/X11R7.6/doc/man/man1/xinit.1.xhtml
[1] https://wiki.archlinux.org/index.php/Xinit
________________________________________________________________________________
This site is an archive of a previous version of KISS's website. The current
version can be found at https://kisslinux.org/.
Dylan Araps (C) 2019-2020
kiss-community (C) 2020-2021
Dilyn Corner (C) 2021
Linux(R) is the registered trademark of Linus Torvalds in the U.S. and
other countries.