You are not logged in.
Hi,
I'm an openbox user and use xterm as my default terminal. How can I make it black background instead of the default white? Thanks!
Last edited by playdafunkimuzic (2009-08-24 12:24:30)
Offline
Add to ~/.Xdefaults:
xterm*background: black
xterm*foreground: white
You might need to create the file if it doesn't already exist.
Offline
- or:
alias xterm='xterm -bg black -fg white'
Offline
Thanks!
Offline