diff options
author | Arvid Krein <arvid@krein.moe> | 2023-06-06 13:59:20 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-07-07 18:46:20 +0200 |
commit | 5b6e9b2463f94ae41121e379515c756a6eed9b7f (patch) | |
tree | 9e4056df4b52cbc63763825dca31ff80e3e99c40 /doc/guix.texi | |
parent | 3e9915724718948f0d74d83aaac1b3c8061c26d2 (diff) |
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>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |