on Tue, Dec 04, 2001 at 04:37:25PM -0500, Titus Barik ([EMAIL PROTECTED]) wrote: > In Blackbox, both the xterm and xterm (unicode) terms have a black > background. I recently switched to WMaker, and now the xterm background > is white, while the xterm (unicode) is black. How do I make them both > have a black background? > > Also, things like vim, when run from the Menu, also have a white > background. I would like these to be black also like in Blackbox. > > I briefly looked through the wmakerconf program but didn't really see > anything. > > Any suggestions?
xterm uses the Xt toolkit, meaning it respects X resource settings.
I put mine under /etc/X11/Xresources (there are some samples there), and
use a scriptlet like:
# Resources
for file in $( find /etc/X11/Xresources -maxdepth 1 -type f );
do
xrdb -merge $file
done
unset file
...in my X config files (/etc/X11/Xsession, ~/.xinitrc).
Peace.
--
Karsten M. Self <[email protected]> http://kmself.home.netcom.com/
What part of "Gestalt" don't you understand? Home of the brave
http://gestalt-system.sourceforge.net/ Land of the free
Free Dmitry! Boycott Adobe! Repeal the DMCA! http://www.freesklyarov.org
Geek for Hire http://kmself.home.netcom.com/resume.html
pgpSpZk3tHz7z.pgp
Description: PGP signature

