diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-06-29 23:50:13 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-06-30 00:15:32 -0500 |
commit | 7c675a86a64b9ea6159cc32eac6e91fbd0a6faae (patch) | |
tree | aec6b4049a602ab305cd732b3d9de770c09b6416 /misc/xbanish/README | |
parent | a0a47181ef139bee52616b581c885cc22e3df9d9 (diff) | |
download | slackbuilds-7c675a86a64b9ea6159cc32eac6e91fbd0a6faae.tar.gz |
misc/xbanish: Added (banish the mouse cursor when typing)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/xbanish/README')
-rw-r--r-- | misc/xbanish/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/xbanish/README b/misc/xbanish/README new file mode 100644 index 0000000000..69541eac2f --- /dev/null +++ b/misc/xbanish/README @@ -0,0 +1,6 @@ +xbanish hides the mouse cursor when you start typing, and shows it again when +the mouse cursor moves or a mouse button is pressed. This is similar to +xterm's pointerMode setting, but xbanish works globally in the X11 session. + +One can easily start this automatically by putting `/usr/bin/xbanish &' to eg. +~/.xinitrc or some other DM specific startup file. |