.. RST source for jsmond(1) man page. Convert with: .. rst2man.py jsmond.rst > jsmond.1 .. |version| replace:: 0.2.0 .. |date| date:: ====== jsmond ====== ------------------------------------------- deactivate screensaver on joystick activity ------------------------------------------- :Manual section: 1 :Manual group: Urchlay :Date: |date| :Version: |version| SYNOPSIS ======== jsmond [**-i interval**] [**-k keycode** | **-b button**] [**-d dir**] [**-j name**] [**-D**] [**joydev [joydev ...]**] DESCRIPTION =========== jsmond lets you play games with your joysticks/gamepads without the screen saver activating due to lack of keyboard/mouse input. Multiple joystick devices can be monitored. By default, jsmond monitors up to 16 devices, named /dev/input/js0 through js15. These devices don't have to actually exist: they can come and go as joysticks are plugged in and unplugged. Every *interval* milliseconds (250, or whatever **-i** is set to), jsmond checks to see if there's been any activity on any of the devices it's monitoring. If so, it sends a fake keystroke or mouse button click, which the screen saver will see as activity. It's recommended to let jsmond find the joysticks itself. However, you can pass one or more device names (or just numbers) if the default doesn't do the right thing for you. In this case, only these devices will be monitored (no search is done). jsmond should be started from your **.xinitrc** or whatever X startup script your window manager or desktop environment uses. By default, it will exit when the X server does. There's no PID file: use "pkill jsmond" if you need to kill the daemon. OPTIONS ======= --help Print usage summary -i Interval to check for activity, in milliseconds. Default: 250. -k Send this keycode when activity is detected. Default is to search the keymap for an unused code. If you set this manually, it should be a keycode that *doesn't* map to a keysym in your usual keymapping (use "xmodmap -pk" to find one). -b