Date: Thu, 15 May 2025 22:55:05 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 124679dbe2 - main - handbook/wayland/sway: Fix the lock screen information Message-ID: <202505152255.54FMt50O015852@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=124679dbe206aa395cb32bf898fdfa50913780a6 commit 124679dbe206aa395cb32bf898fdfa50913780a6 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2025-05-15 22:44:11 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2025-05-15 22:44:11 +0000 handbook/wayland/sway: Fix the lock screen information Reported by: garga --- 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 5ac2890618..48d9e4a4e1 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -417,7 +417,7 @@ exec swayidle -w \ In the previous example, the `xkb` rules for man:evdev[4] events are loaded, and the $mod key is set to the Windows logo key for the key bindings. Next, the terminal emulator was set to be `alacritty`, and a screen lock command was defined; more on this later. The output keyword, the mode, the position, a background wallpaper, and Sway is also told to stretch this wallpaper to fill out the screen. -Finally, `swaylock` is set to daemonize and lock the screen after a timeout of 300 seconds, placing the screen or monitor into sleep mode after 600 seconds. +Finally, `swayidle` is set to daemonize and lock the screen after a timeout of 300 seconds, placing the screen or monitor into sleep mode after 600 seconds. The locked background color of 000000, which is black, is also defined here. Using swaylock-effects, a clock may also be displayed with the `--clock` parameter. See the manual page for more options.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505152255.54FMt50O015852>
