1XBANISH(1) BSD General Commands Manual XBANISH(1)
2
4 xbanish — hide the X11 mouse cursor when a key is pressed
5
7 xbanish [-a] [-d] [-i modifier] [-m [w]nw|ne|sw|se] [-t seconds] [-s]
8
10 xbanish hides the X11 mouse cursor when a key is pressed. The cursor is
11 shown again when it is moved or a mouse button is pressed. This is simi‐
12 lar to the xterm(1) setting pointerMode but the effect is global in the
13 X11 session.
14
16 -a Always keep mouse cursor hidden while xbanish is running.
17
18 -d Print debugging messages to stdout.
19
20 -i modifier
21 Ignore pressed key if modifier is used. Modifiers are: shift,
22 lock (CapsLock), control, mod1 (Alt or Meta), mod2 (NumLock),
23 mod3 (Hyper), mod4 (Super, Windows, or Command), mod5 (ISO Level
24 3 Shift), and all
25
26 -m [w]nw|ne|sw|se
27 When hiding the mouse cursor, move it to this corner of the
28 screen or current window, then move it back when showing the cur‐
29 sor.
30
31 -t seconds
32 Hide the mouse cursor after seconds have passed without mouse
33 movement.
34
35 -s Ignore scrolling events.
36
38 XFixes(3)
39
41 xbanish was written by joshua stein <jcs@jcs.org>.
42
43BSD March 13, 2020$ BSD