doc: Fix typo in screen-locker-service swaylock example.
* doc/guix.texi (X Window): Reference swaylock instead of xlockmore. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
parent
3e99157247
commit
5b6e9b2463
|
@ -22772,7 +22772,7 @@ and setuid enabled. One can thus disable setuid:
|
|||
(service screen-locker-service-type
|
||||
(screen-locker-configuration
|
||||
(name "swaylock")
|
||||
(program (file-append xlockmore "/bin/xlock"))
|
||||
(program (file-append swaylock "/bin/swaylock"))
|
||||
(using-pam? #t)
|
||||
(using-setuid? #f)))
|
||||
@end lisp
|
||||
|
|
Reference in New Issue