I was a bit hasty with my solution. Using 'xrdb -remove' deletes ALL the resources, not just one of them. This script seems to work:
#!/bin/sh # # Remove the "*Background: #fffff0" resource, so certain apps have better # contrast xrdb -query | sed -e "/^\*Background:/D" | xrdb -load But there might be other side effects in removing the "Background" resource class. Some applications might not know what to do. So I'm not entirely happy with this script, either.
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
