From 92c2a08e6ae4088fc8bf00c8f3f0183eabe87481 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 14 Sep 2012 15:53:17 +0100 Subject: [PATCH 1/1] 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. --- .Xdefaults | 4 +++- .ssh/colours/cambridge.iain.cx$ | 2 +- .ssh/colours/furryclan.net$ | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.20.1