Multi-monitor aterm transparency

Posted by Bryan Ward on Super User See other posts from Super User or by Bryan Ward
Published on 2010-02-15T23:52:05Z Indexed on 2010/03/23 17:03 UTC
Read the original article Hit count: 375

Filed under:
|
|

I have 3 monitors which I set the background with using

xpmroot my-5760x1200bg.png

I then setup aterm to use transparency by adding the following to my ~/.Xdefaults file.

aterm*transparent:true
aterm*shading:60
aterm*background:Black
aterm*foreground:White
aterm*scrollBar:true
aterm*scrollBar_right:true
aterm*transpscrollbar:true
aterm*saveLines:32767
aterm*font:*-*-fixed-medium-r-normal--*-140-*-*-*-*-iso8859-1
aterm*boldFont:*-*-fixed-bold-r-normal--*-*-140-*-*-*-*-iso8859-1

I am getting transparency on my aterm windows, but the image that is coming through with the transparency isn't correct. On the left monitor things are fine, but the middle and right monitors both seem to use the leftmost 1920x1200 of the background image as what is behind the terminal window. It would be as if every screen had the same background as the monitor on the left.

Is this something that can be configured to be correct, or is this a bug?

I'm running Gentoo Linux with Xmonad.

© Super User or respective owner

Related posts about transparent

Related posts about linux