1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 01:30:29 +02:00
Files
guix/gnu/services
Tomas Volf 9948816819 services: xorg: Add xorg-start-command-xinit procedure.
When the user does not use any desktop environment, the typical sequence is to
log in and then type `startx' into the tty to get a window manager running.
Most distributions do provide a startx by default, but Guix has only an
xorg-start-command that is not suitable for this.

This commit adds a second procedure, xorg-start-command-xinit, that correctly
picks a virtual terminal to use, sets up XAUTHORITY and starts xinit with the
correct arguments.  That should make running Guix without a desktop
environment more approachable.

* gnu/services/xorg.scm (xorg-start-command-xinit): New public procedure.
* doc/guix.texi (X Window): Document it.

Change-Id: I17cb16093d16a5c6550b1766754700d4fe014ae9
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2024-05-30 18:23:34 +01:00
..
2023-05-23 20:26:19 -04:00
2024-04-29 08:54:36 +08:00
2023-08-20 22:48:47 +02:00
2023-01-14 07:53:21 -05:00
2022-12-25 14:15:59 +01:00
2024-04-17 12:13:03 +02:00
2023-08-15 23:30:44 +02:00
2023-12-14 23:12:24 +01:00
2023-03-07 11:39:50 +01:00
2024-02-20 10:57:16 +01:00