diff options
Diffstat (limited to 'jsmond.html')
-rw-r--r-- | jsmond.html | 9 |
1 files changed, 8 insertions, 1 deletions
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 |