xbanish — hide the
    X11 mouse cursor when a key is pressed
  
    | xbanish | [ -a] [-d]
      [-imodifier]
      [-m[w]nw|ne|sw|se]
      [-tseconds]
      [-s] | 
xbanish hides the X11 mouse cursor when a
    key is pressed. The cursor is shown again when it is moved or a mouse button
    is pressed. This is similar to the
    xterm(1)
    setting pointerMode but the effect is global in the
    X11 session.
  - -a
- Always keep mouse cursor hidden while xbanishis
      running.
- -d
- Print debugging messages to stdout.
- -imodifier
- Ignore pressed key if modifier is used. Modifiers
      are: shift,lock(CapsLock),control,mod1(Alt or Meta),mod2(NumLock),mod3(Hyper),mod4(Super,
      Windows, or Command),mod5(ISO Level 3 Shift),
      andall
- -m[w]nw|ne|sw|se
- When hiding the mouse cursor, move it to this corner of the screen or
      current window, then move it back when showing the cursor.
- -tseconds
- Hide the mouse cursor after secondshave passed
      without mouse movement.
- -s
- Ignore scrolling events.