mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: June 13 2006,13:29 |
|
kerry: The ampersand is not necessary with xset, because it does not continue running after it does its quick business. In fact, running two instances of xset which are setting different values to the same parameter simultaneously may be a bad thing. The "s blank" and "s off" parameters are incompatible. If you want to turn off screen blanking, you should not have "s blank". Simply using either "s noblank" or "s off" should be sufficient, so the only one xset command is needed.
arkroan: Your very first post should be the closest of any that has been posted. The only thing I think is missing is the ampersand (&) at the end of the gqview command. Without it the next command is not run until after gqview is closed, which is why you didn't get a background.
Also, having multiple asterisks (*) in a case command is useless, since only the first one will apply. If you look at the original, your first asterisk should instead be "jwm", and the last one is a double, which will never get used.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|