mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ (define (slim.cfg)
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue