Results 1 to 1 of 1
I had a question about ~/.Xresources and ~/.Xdefaults. In my ~/.Xdefaults I have this code to make urxvt transparent:
Code:
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0000/dddd
# font color (default is black)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-29-2012 #1Just Joined!
- Join Date
- Jun 2012
- Posts
- 37
Xterm and urxvt
I had a question about ~/.Xresources and ~/.Xdefaults. In my ~/.Xdefaults I have this code to make urxvt transparent:
In my ~/.Xresources I have this code to make my xterm black:Code:urxvt*depth: 32 urxvt*background: rgba:0000/0000/0000/dddd # font color (default is black) URxvt*foreground: White
While my urxvt is transparent, my xterm is still white. Even if I put the code from ~/.Xresources to ~/.Xdefaults xterm still is white. It seems that it only pays attention to one code. Is there a way to make urxvt transparent AND have xterm be black?Code:xterm*background: black xterm*foreground: white
Thanks


Reply With Quote
