Support urxvt with a 32-bit RGBA visual.
authorIain Patterson <me@iain.cx>
Fri, 14 Sep 2012 14:53:17 +0000 (15:53 +0100)
committerIain Patterson <me@iain.cx>
Fri, 14 Sep 2012 14:59:41 +0000 (15:59 +0100)
Use a semi-transparent background for urxvt where possible.
For it to work we need a compositing manager running on a display with
support for at least one 32-bit visual and a window manager which
respects the depth, visual and colormap supplied by urvxt.

.Xdefaults
.ssh/colours/cambridge.iain.cx$
.ssh/colours/furryclan.net$

index 1869fa3..227f66e 100644 (file)
@@ -27,7 +27,9 @@ Dtterm*dtTermView.marginWidth: 0
 ! transparency
 !rxvt.inheritPixmap:   True
 urxvt.foreground:      white
-urxvt.background:      black
+urxvt.background:      [70]black
+urxvt.highlightColor:  [90]#8080ff
+urxvt.depth:   32
 urxvt.borderColor:     black
 urxvt.scrollBar_right: True
 urxvt.font: xft:DejaVu Sans Mono:pixelsize=12,xft:AR PL Uming HK
index d3c3d42..dc78824 120000 (symlink)
@@ -1 +1 @@
-DarkRed:#400000
\ No newline at end of file
+DarkRed:[70]#400000
\ No newline at end of file
index e19361a..ef2e02a 120000 (symlink)
@@ -1 +1 @@
-DarkBrown:#804000
\ No newline at end of file
+DarkBrown:[70]#804000
\ No newline at end of file