Re: minimal apps (offtopic)

2001-11-26 Thread Chris VanHorn
A simple script to remove debugging from ALL applications: cd / find /{,usr,usr/local}/{bin,sbin,lib} -type f -exec /usr/bin/strip \ --strip-debug '{}' ';' Debugging symbols are usually not needed. This can save LOTS of drive space as well as memory. - Chris On Mon, 26 Nov

Windows

2001-11-18 Thread Chris VanHorn
Hi Blackbox Gurus, I have two quick questions. 1. Is there a better way than putting the call to xpmroot in my xinitrc file to load up a background image? Does Blackbox have somewhere that you can list commands to automatically run on initialization. I want to also put bbkeys i