17 lines
365 B
Markdown
Raw Normal View History

# xbanish
> Hide the X11 cursor when a key is pressed and turn it back on when the mouse is used.
> More information: <https://manned.org/xbanish>.
- Hide the cursor on key press:
`xbanish`
- Always keep the cursor hidden, ignoring key presses and mouse usage:
`xbanish -a`
- Automatically hide the cursor after `n` seconds of inactivity:
`xbanish -t {{n}}`