diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2025-05-15 22:44:11 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2025-05-15 22:44:11 +0000 |
commit | 124679dbe206aa395cb32bf898fdfa50913780a6 (patch) | |
tree | d157e118dbfd9200c2ad8f0eefbcb2bb585f7448 /documentation/content | |
parent | fc969cfb5fea7df6d469a73e689546f1131076ec (diff) |
Diffstat (limited to 'documentation/content')
-rw-r--r-- | documentation/content/en/books/handbook/wayland/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |