jpoiret pushed a commit to branch master
in repository guix.

commit 5b6e9b2463f94ae41121e379515c756a6eed9b7f
Author: Arvid Krein <[email protected]>
AuthorDate: Tue Jun 6 13:59:20 2023 +0200

    doc: Fix typo in screen-locker-service swaylock example.
    
    * doc/guix.texi (X Window): Reference swaylock instead of xlockmore.
    
    Signed-off-by: Josselin Poiret <[email protected]>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 4e7faf8aea..0f2ffcc696 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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

Reply via email to