services: xorg: Fix harmless typo in slim.cfg.
* gnu/services/xorg.scm (slim-service): Add missing whitespace in XINITRC invocation.
This commit is contained in:
parent
7e0c23fb3e
commit
057d6ce5e4
|
@ -147,7 +147,7 @@ authfile /var/run/slim.auth
|
||||||
|
|
||||||
# The login command. '%session' is replaced by the chosen session name, one
|
# The login command. '%session' is replaced by the chosen session name, one
|
||||||
# of the names specified in the 'sessions' setting: 'wmaker', 'xfce', etc.
|
# of the names specified in the 'sessions' setting: 'wmaker', 'xfce', etc.
|
||||||
login_cmd exec " xinitrc "%session
|
login_cmd exec " xinitrc " %session
|
||||||
sessions wmaker,ratpoison
|
sessions wmaker,ratpoison
|
||||||
|
|
||||||
halt_cmd " dmd "/sbin/halt
|
halt_cmd " dmd "/sbin/halt
|
||||||
|
|
Loading…
Reference in New Issue