[i3]Colors and transparency problems with rxvt-unicode-color

2014-02-25 Thread Anubhav Yadav
Hi, If I start a new urxvt terminal using the command, urxvt -name Terminal -fn xft:Monospace:pixelsize=11 -fade 20 +sb -depth 32 -fg white -bg rgba:2000/2000/2000/ urxvt starts just the way I like it. But if I put this in ~/.Xresources, it would never work: Urxvt*background:

Re: [i3]Colors and transparency problems with rxvt-unicode-color

2014-02-25 Thread Darac Marjal
On Tue, Feb 25, 2014 at 02:32:29PM +0530, Anubhav Yadav wrote: Hi, If I start a new urxvt terminal using the command, urxvt -name Terminal -fn xft:Monospace:pixelsize=11 -fade 20 +sb -depth 32 -fg white -bg rgba:2000/2000/2000/ urxvt starts just the way I like it. But if I put

Re: [i3]Colors and transparency problems with rxvt-unicode-color

2014-02-25 Thread Anubhav Yadav
I use URxvt*background: [95]#00, which applies a 95% transparency to black. That might be useful to you. Yes that did it. Thanks a lot. I was also having 'r' small instead of capital. Note that RXVT isn't XTerm. You'll probably find that your $TERM is 'rxvt-unicode-256color'. Yes and I