aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-05-11 13:41:08 +0200
committerLudovic Courtès <ludo@gnu.org>2014-05-11 22:41:58 +0200
commit057d6ce5e42d813b9d5e49ddae5d88e6581cc1d8 (patch)
tree1f38386a9ae1d5982652ceef80e0926e6e4684d1 /gnu/services/xorg.scm
parent7e0c23fb3e232ddb3cbcb9c115618b25840eccde (diff)
downloadguix-057d6ce5e42d813b9d5e49ddae5d88e6581cc1d8.tar
guix-057d6ce5e42d813b9d5e49ddae5d88e6581cc1d8.tar.gz
services: xorg: Fix harmless typo in slim.cfg.
* gnu/services/xorg.scm (slim-service): Add missing whitespace in XINITRC invocation.
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r--gnu/services/xorg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index db1d808715..1988cfa6a0 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -147,7 +147,7 @@ authfile /var/run/slim.auth
# The login command. '%session' is replaced by the chosen session name, one
# of the names specified in the 'sessions' setting: 'wmaker', 'xfce', etc.
-login_cmd exec " xinitrc "%session
+login_cmd exec " xinitrc " %session
sessions wmaker,ratpoison
halt_cmd " dmd "/sbin/halt