Date: Sun, 24 Mar 2024 22:47:21 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 0ff3816395 - main - handbook/wayland: Fix typo Message-ID: <202403242247.42OMlLcA039739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=0ff381639538b2c22859035303ce157ba4d4fbd3 commit 0ff381639538b2c22859035303ce157ba4d4fbd3 Author: Henry Hsieh <Henryshsieh@gmail.com> AuthorDate: 2024-03-06 08:46:22 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2024-03-24 22:46:54 +0000 handbook/wayland: Fix typo Change 'nless' to 'Unless' Pull Request: https://github.com/freebsd/freebsd-doc/pull/348 Signed-off-by: Henry Hsieh <Henryshsieh@gmail.com> --- documentation/content/en/books/handbook/wayland/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index 0e10013040..b40bdefd4d 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -206,7 +206,7 @@ One final thing to note is the <super> key. Most of the configuration mentions this key, and it is the traditional `Windows` key on the keyboard. Most keyboards have this super key available; however, it should be remapped within this configuration file if it is not available. For example, to lock the screen, press and hold the super key, the kbd:[shift] key, and press the kbd:[escape] key. -nless the mappings have changed, this will execute the swaylock application. +Unless the mappings have changed, this will execute the swaylock application. The default configuration for `swaylock` will show a grey screen; however, the application is highly customizable and well documented. In addition, since the swaylock-effects is the version that was installed, there are several options available such as the blur effect, which can be seen using the following command:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403242247.42OMlLcA039739>