From 057d6ce5e42d813b9d5e49ddae5d88e6581cc1d8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 11 May 2014 13:41:08 +0200 Subject: services: xorg: Fix harmless typo in slim.cfg. * gnu/services/xorg.scm (slim-service): Add missing whitespace in XINITRC invocation. --- gnu/services/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3