mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
services: slim: Pass SESSION to ~/.xsession as "$1".
* gnu/services/xorg.scm (xinitrc)[builder]: Pass SESSION to ~/.xsession.
This commit is contained in:
parent
e0b85670cf
commit
482dbe6a16
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ (define (exec-from-login-shell command . args)
|
|||
(_ #$fallback-session))))
|
||||
(if (file-exists? xsession-file)
|
||||
;; Run ~/.xsession when it exists.
|
||||
(exec-from-login-shell xsession-file)
|
||||
(exec-from-login-shell xsession-file session)
|
||||
;; Otherwise, start the specified session.
|
||||
(exec-from-login-shell session)))))
|
||||
(gexp->script "xinitrc" builder))
|
||||
|
|
Loading…
Reference in a new issue