View Single Post
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#4
Originally Posted by qwerty12 View Post
You need xmodmap installed and it also has to be ran as root.
Thanks to t_moyashi for the great job, in order to start the binary automatically at boottime I created this script as /etc/rc2.d/S99clickhack:

Code:
#!/bin/sh

export DISPLAY=:0.0
/usr/local/bin/clickhack_F6 &
Don't forget to make it executable!

The important thing is the export of the DISPLAY-Variable, because otherwise, the program is running in background but it has no effect actually...
 

The Following User Says Thank You to magic_doc For This Useful Post: