Hi Johannes, On 5/4/07, about unclutter you wrote:
The following works fine for KDE:
11:16:[EMAIL PROTECTED]:~$ more .kde/Autostart/unclutter #!/bin/bash /usr/bin/unclutter $ chmod u+x .kde/Autostart/unclutter
I did the following: $ cd ~/.kde/Autostart $ nano unclutter (and entered "#!/bin/bash" & "/usr/bin/unclutter") $ more unclutter #!/bin/bash /usr/bin/unclutter $ chmod +x unclutter $ ls -l -rwxr-xr-x 1 manon manon 31 2007-05-07 20:42 unclutter It works fine, but how do I supply some args like: -idle 1 -keystroke? If I enter "/usr/bin/unclutter -idle 1 -keystroke" in ~/.kde/Autostart/unclutter, it doesn't work at all. At the moment, the cursor disappears after 10 secs, which at least is better than nothing. Thanks in advance, Manon.