guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: doc: Fix typo in screen-locker-service swaylock example.


From: guix-commits
Subject: 01/05: doc: Fix typo in screen-locker-service swaylock example.
Date: Fri, 7 Jul 2023 15:47:06 -0400 (EDT)

jpoiret pushed a commit to branch master
in repository guix.

commit 5b6e9b2463f94ae41121e379515c756a6eed9b7f
Author: Arvid Krein <arvid@krein.moe>
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 <dev@jpoiret.xyz>
---
 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

[Prev in Thread] Current Thread [Next in Thread]