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
|
||||
(list
|
||||
(mixed-text-file
|
||||
"xinit"
|
||||
"xinitrc"
|
||||
"exec " herbstluftwm "/bin/herbstluftwm --autostart " (home-herbstluftwm-autostart-file config))))))
|
||||
|
||||
(define home-herbstluftwm-service-type
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
"String"))
|
||||
|
||||
(define (xinit-home-files config)
|
||||
`((".xinit"
|
||||
`((".xinitrc"
|
||||
,(mixed-executable-file
|
||||
"xinit"
|
||||
"xinitrc"
|
||||
(serialize-text-config 'wm (home-xinit-configuration-wm config))))))
|
||||
|
||||
(define (home-xinit-extensions original-config extension-configs)
|
||||
|
|
Loading…
Reference in a new issue