diff options
-rw-r--r-- | jsmond.1 | 9 | ||||
-rw-r--r-- | jsmond.html | 9 |
2 files changed, 16 insertions, 2 deletions
@@ -100,7 +100,14 @@ to set \fIinterval\fP to at least 1 second, when using this option. .TP .B \-x -Same as \fB\-c "xscreensaver\-command \-exit" \-i 1s\fP\&. +Same as \fB\-c "xscreensaver\-command \-deactivate" \-i 1s\fP\&. +.TP +.B \-f +Disable screensaver if a full\-screen window is detected. +This isn\(aqt likely to be 100% reliable. +.TP +.B \-F +Same as \fB\-f\fP, but also disables joystick monitoring entirely. .UNINDENT .sp These options are intended for developers and \fIreally\fP shouldn\(aqt be diff --git a/jsmond.html b/jsmond.html index 9c4f31b..4f5d91c 100644 --- a/jsmond.html +++ b/jsmond.html @@ -448,7 +448,14 @@ to set <em>interval</em> to at least 1 second, when using this option.</td></tr> <tr><td class="option-group"> <kbd><span class="option">-x</span></kbd></td> -<td>Same as <strong>-c "xscreensaver-command -exit" -i 1s</strong>.</td></tr> +<td>Same as <strong>-c "xscreensaver-command -deactivate" -i 1s</strong>.</td></tr> +<tr><td class="option-group"> +<kbd><span class="option">-f</span></kbd></td> +<td>Disable screensaver if a full-screen window is detected. +This isn't likely to be 100% reliable.</td></tr> +<tr><td class="option-group"> +<kbd><span class="option">-F</span></kbd></td> +<td>Same as <strong>-f</strong>, but also disables joystick monitoring entirely.</td></tr> </tbody> </table> <p>These options are intended for developers and <em>really</em> shouldn't be |