Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Urxvt not transparent

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

[SOLVED] Urxvt not transparent

#1 Post by pawRoot »

Never had problems with rxvt-unicode-256colors , but now on new setup it suddenly doesn't
want to get transparent.

My .Xresources

Code: Select all

URxvt.background: [80]#082B4A
URxvt.foreground: #ffffff
I run compton via this command

Code: Select all

exec --no-startup-id compton -CGb
Any ideas ?
Last edited by pawRoot on 2018-03-13 18:50, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Urxvt not transparent

#2 Post by Head_on_a_Stick »

You need this line as well:

Code: Select all

URxvt.depth:32
Note that the URxvt.transparent option only sets fake transparency.
deadbang

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: Urxvt not transparent

#3 Post by pawRoot »

Thanks

Post Reply