diff options
Diffstat (limited to 'unsaver.html')
-rw-r--r-- | unsaver.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/unsaver.html b/unsaver.html index 17188e3..e64c712 100644 --- a/unsaver.html +++ b/unsaver.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" /> <title>unsaver</title> -<meta name="date" content="2020-05-20" /> +<meta name="date" content="2020-05-23" /> <style type="text/css"> /* @@ -373,9 +373,9 @@ ul.auto-toc { <tr class="manual-group field"><th class="docinfo-name">Manual group:</th><td class="field-body">Urchlay</td> </tr> <tr><th class="docinfo-name">Date:</th> -<td>2020-05-20</td></tr> +<td>2020-05-23</td></tr> <tr><th class="docinfo-name">Version:</th> -<td>0.3.0</td></tr> +<td>0.4.0</td></tr> </tbody> </table> <!-- RST source for unsaver(1) man page. Convert with: --> @@ -461,6 +461,7 @@ as milliseconds. Default: 250m.</td></tr> <tr><td class="option-group"> <kbd><span class="option">-k <var><keycode></var></span></kbd></td> <td>Send this keycode when activity is detected. Default +(with no <strong>-k</strong>/<strong>-b</strong>/<strong>-m</strong>/<strong>-c</strong>/<strong>-x</strong> options) is to search the keymap for an unused code. If you set this manually, it should be a keycode that <em>doesn't</em> map to a keysym in your usual keymapping (use "xmodmap -pk" to find one).</td></tr> @@ -556,12 +557,10 @@ been plugged in yet. Try to avoid typos, if you really have to use device numbers (it's better to autodetect).</p> <p>Normally once daemonized, unsaver is very robust. However, if something does go wrong, there's no way to find out what. Probably there should -be a log file, or use syslog (or is that overkill?).</p> +be a log file, or use syslog (or is that overkill?). The best you can +do for now is run it with -d and maybe redirect stderr to a log file.</p> <p>It should be (but currently isn't) possible to at least work in mouse-motion mode even without the XTest extension, via XWarpPointer().</p> -<p>I <em>really</em> need to use the XKB extension rather than the old & deprecated -Xlib keyboard API. This mainly affects the default "find an unused -keycode" mode.</p> <p>unsaver isn't portable. It only works on Linux, at least for now, for three reasons:</p> <blockquote> |