Como posso fazer o urxvt transparente no X11 no Mac OS X

1

Instalei a versão mais recente do X11 (XQuartz 2.5.3) e o urxvt com o Macports. Eu quero que o urxvt seja transparente e sem fronteiras. Meu ~ / .Xdefaults se parece com isso:

urxvt*foreground:       #ffffff
urxvt*background:       rgba:0000/0000/0000/4444
urxvt*transparent:      true
urxvt*shading:          50
urxvt*depth:            32
urxvt*tint:             white 
urxvt*inheritPixmap:    true
urxvt*borderless:       true
urxvt*scrollbar:        false
urxvt*scrollbar_right:  false

Mas quando eu inicio um terminal do urxvt, o fundo não é transparente e a barra de rolagem esquerda está presente. Além disso, o lançamento com o exemplo de transparência da página man do urxvt não faz um terminal transparente:

      urxvt -depth 32 -bg rgba:0000/0000/0000/4444 -fg "[80]pink"

Alguma ideia do que posso fazer para obter transparência de terminal? Eu encontrei referências para ativar "composição" no arquivo xorg.conf, mas não consigo encontrar xorg.conf no OS X.

    
por terrace 18.08.2010 / 02:05

1 resposta

0

Eu encontrei isto:

Be warned that rxvt-unicode in MacPorts is compiled without “afterimage” support, and as such doesn’t support images in the background. Getting fake transparency in Os X is also a pain anyway, but by reading the man page and recompiling with afterimage, you should get there.

link

    
por 18.08.2010 / 05:01