From: Iain Patterson Date: Fri, 14 Sep 2012 14:53:17 +0000 (+0100) Subject: Support urxvt with a 32-bit RGBA visual. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=92c2a08e6ae4088fc8bf00c8f3f0183eabe87481;hp=fc8569b09fbdd15940d09c154e6d7795c5e10294;p=profile.git Support urxvt with a 32-bit RGBA visual. 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. --- diff --git a/.Xdefaults b/.Xdefaults index 1869fa3..227f66e 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -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 diff --git a/.ssh/colours/cambridge.iain.cx$ b/.ssh/colours/cambridge.iain.cx$ index d3c3d42..dc78824 120000 --- a/.ssh/colours/cambridge.iain.cx$ +++ b/.ssh/colours/cambridge.iain.cx$ @@ -1 +1 @@ -DarkRed:#400000 \ No newline at end of file +DarkRed:[70]#400000 \ No newline at end of file diff --git a/.ssh/colours/furryclan.net$ b/.ssh/colours/furryclan.net$ index e19361a..ef2e02a 120000 --- a/.ssh/colours/furryclan.net$ +++ b/.ssh/colours/furryclan.net$ @@ -1 +1 @@ -DarkBrown:#804000 \ No newline at end of file +DarkBrown:[70]#804000 \ No newline at end of file