From 91bb96811054e66022b109e269a4fabaa2221e2b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 12 Dec 2023 17:17:47 +0100 Subject: [PATCH] Document --ready-fd in man page --- swaylock.1.scd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/swaylock.1.scd b/swaylock.1.scd index 61691eb..33ec5a0 100644 --- a/swaylock.1.scd +++ b/swaylock.1.scd @@ -35,6 +35,13 @@ Locks your Wayland session. Note: this is the default behavior of i3lock. +*-R, --ready-fd* + File descriptor to send readiness notifications to. + + When the session has been locked, a single newline is written to the FD. + At this point, the compositor guarantees that no security sensitive content + is visible on-screen. + *-h, --help* Show help message and quit.