SlackBuildsOrg/misc/cwiid
B. Watson 8d2bcc8e9e misc/cwiid: Minor script fix.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2017-03-11 07:04:21 +07:00
..
add_other_plugins_#487498.patch
bluetooth-linker.patch
cwiid.info
cwiid.SlackBuild misc/cwiid: Minor script fix. 2017-03-11 07:04:21 +07:00
doinst.sh
lswm.1
rc.cwiid.conf.new
rc.cwiid.new
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
wmgui.desktop
wmgui.xpm

CWiid is a collection of Linux tools written in C for interfacing to the
Nintendo Wiimote, including an event-based API, an event/mouse/joystick
driver, and GUI/control panel.

To start cwiid's wminput daemon on boot, edit /etc/rc.d/rc.cwiid.conf
if needed (only needed if you have multiple wiimotes), then
"chmod 755 /etc/rc.d/rc.cwiid", and add the following code to
e.g. /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.cwiid ]; then
  /etc/rc.d/rc.cwiid start
fi