diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-19 15:58:47 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-19 15:58:47 -0400 |
commit | a781a1b92701bf60a8e830769fe14c06c1fe515c (patch) | |
tree | 167c213d6be38c7e536947c0f8b6e749b1286431 | |
parent | 29f0434b2d5141db1d0b6b20be8967905fe85aa9 (diff) | |
download | unsaver-a781a1b92701bf60a8e830769fe14c06c1fe515c.tar.gz |
one last rename
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,15 +1,15 @@ -README for jsmond +README for unsaver ----------------- -jsmond lets you play games with your joysticks/gamepads without +unsaver lets you play games with your joysticks/gamepads without xscreensaver activating due to lack of keyboard/mouse input. -Multiple joystick devices can be monitored. By default, jsmond +Multiple joystick devices can be monitored. By default, unsaver 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. -Currently jsmond only runs on Linux. +Currently unsaver only runs on Linux. To build, just run make. You'll need a C compiler (gcc or clang) and headers/libraries for glibc and Xorg. @@ -17,7 +17,7 @@ and headers/libraries for glibc and Xorg. To install, "make install". See the top of the Makefile for some useful variables you can set to control where things get installed to. -jsmond is released under the terms of the WTFPL: +unsaver is released under the terms of the WTFPL: DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 |