You are not logged in.

#1 2008-12-03 01:04:59

Yes
Member
Registered: 2008-03-29
Posts: 163

[Answered] Fake transparency with urxvt?

I'm trying to get fake transparency working with urxvt.  I can get real transparency Xcompmgr, but since I'm using Awesome I don't really need real transparency and I'd like to not  have to run Xcompmgr.  Can anyone take a look at my .Xdefaults file and see if they know why it's not working?

URxvt*geometry:                 85x30
urxvt*background:               rgba:0000/0000/0000/7777
URxvt*foreground:               #869EAD
URxvt*tintColor:                #dfdfdf
URxvt*inheritPixmap:            true
URxvt*reverseVideo:             false   
URxvt*tintColor:                #dfdfdf        
URxvt*fading:                   30              !term unfocus     
URxvt*font:                     xft:Terminus:pixelsize=5:antialias=true
URxvt*scrollBar:                false
URxvt*transparent: true
URxvt*shading: 70
URxvt*borderLess: true 
urxvt.depth: 32
urxvt*internalBorder: 4
urxvt.secondaryScroll: false
URxvt.termName: rxvt-unicode

Thanks!

Last edited by Yes (2008-12-03 11:32:43)

Offline

#2 2008-12-03 01:46:58

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: [Answered] Fake transparency with urxvt?

*deleted* Sorry, I misread your config.


Zack

Last edited by Sjoden (2008-12-03 01:48:15)

Offline

#3 2008-12-03 11:23:50

Shapeshifter
Member
Registered: 2008-03-11
Posts: 230

Re: [Answered] Fake transparency with urxvt?

You have to use 24 bit colors when not using compositing:
urxvt.depth: 24 (instead of 32)

Offline

#4 2008-12-03 11:32:28

Yes
Member
Registered: 2008-03-29
Posts: 163

Re: [Answered] Fake transparency with urxvt?

Cool, that works.  Thanks.

Offline

Board footer

Powered by FluxBB