[awesome] La transparence avec urxvt (résolu)
Publié : ven. 28 oct. 2011, 21:34
re ,
je continue la config du wm awesome , je m attaque a la transparence du terminal urxvt .
j ai obtenu une certaine transparence , cependant le fond d ecran a disparu , il reapparait juste quand je quitte la
session .
mon fichier .Xdefaults :
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0200/c800
urxvt*foreground: green
enfin a la fin de ~/.config/awesome/rc.lua. , j ai rajoute ceci
os.execute ("xcompmgr -fF -D6 -cC -t -5 -l-6 -r5&")
awful.util.spawn_with_shell("urxvt")
comment faire pour avoir le fond d ecran en arriere plan , ici il a disparu ; de plus ca correspond a quoi ces options
de xcompmgr : -fF -D6 -cC -t -5 -l-6 -r5& .
merci
je continue la config du wm awesome , je m attaque a la transparence du terminal urxvt .
j ai obtenu une certaine transparence , cependant le fond d ecran a disparu , il reapparait juste quand je quitte la
session .
mon fichier .Xdefaults :
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0200/c800
urxvt*foreground: green
enfin a la fin de ~/.config/awesome/rc.lua. , j ai rajoute ceci
os.execute ("xcompmgr -fF -D6 -cC -t -5 -l-6 -r5&")
awful.util.spawn_with_shell("urxvt")
comment faire pour avoir le fond d ecran en arriere plan , ici il a disparu ; de plus ca correspond a quoi ces options
de xcompmgr : -fF -D6 -cC -t -5 -l-6 -r5& .
merci