Fix xinit rc file name
This commit is contained in:
parent
e1f72bebee
commit
7c507732f7
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@
|
||||||
(wm
|
(wm
|
||||||
(list
|
(list
|
||||||
(mixed-text-file
|
(mixed-text-file
|
||||||
"xinit"
|
"xinitrc"
|
||||||
"exec " herbstluftwm "/bin/herbstluftwm --autostart " (home-herbstluftwm-autostart-file config))))))
|
"exec " herbstluftwm "/bin/herbstluftwm --autostart " (home-herbstluftwm-autostart-file config))))))
|
||||||
|
|
||||||
(define home-herbstluftwm-service-type
|
(define home-herbstluftwm-service-type
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
"String"))
|
"String"))
|
||||||
|
|
||||||
(define (xinit-home-files config)
|
(define (xinit-home-files config)
|
||||||
`((".xinit"
|
`((".xinitrc"
|
||||||
,(mixed-executable-file
|
,(mixed-executable-file
|
||||||
"xinit"
|
"xinitrc"
|
||||||
(serialize-text-config 'wm (home-xinit-configuration-wm config))))))
|
(serialize-text-config 'wm (home-xinit-configuration-wm config))))))
|
||||||
|
|
||||||
(define (home-xinit-extensions original-config extension-configs)
|
(define (home-xinit-extensions original-config extension-configs)
|
||||||
|
|
Loading…
Reference in a new issue