diff options
author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2019-04-28 14:48:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-07 15:46:54 +0200 |
commit | 6426a8fb6c350793939d894962e108f489568cb9 (patch) | |
tree | d342fe26cacf668ad09ed4e74f515b2af7685904 /gnu/packages/display-managers.scm | |
parent | 341225ac6ccf1e2fcf52a58fb4230586a53bae05 (diff) | |
download | patches-6426a8fb6c350793939d894962e108f489568cb9.tar patches-6426a8fb6c350793939d894962e108f489568cb9.tar.gz |
gnu: slim: Allow customisation of Xorg display.
Previously SLiM could only start on display :0.0. This change makes it
possible to run multiple instances of SLiM at the same time.
* gnu/packages/patches/slim-display.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/display-managers.scm (slim): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/display-managers.scm')
-rw-r--r-- | gnu/packages/display-managers.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm index 15e7971b4f..29d8ae4eb9 100644 --- a/gnu/packages/display-managers.scm +++ b/gnu/packages/display-managers.scm @@ -240,7 +240,8 @@ GTK+, lets you select a desktop session and log in to it.") "slim-reset.patch" "slim-login.patch" "slim-session.patch" - "slim-sigusr1.patch")))) + "slim-sigusr1.patch" + "slim-display.patch")))) (build-system cmake-build-system) (inputs `(("linux-pam" ,linux-pam) ("libpng" ,libpng) |