From dc053efa06ac9048b8ae2e1a1fac2b07eb8f9331 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 26 Sep 2014 16:09:11 +0100 Subject: [PATCH] urxvt: have compton handle transparency --- Xresources | 3 +-- compton.conf | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index 7508d67..17dff2f 100644 --- a/Xresources +++ b/Xresources @@ -36,8 +36,7 @@ URxvt.keysym.C-V: perl:clipboard:paste URxvt.keysym.C-A-V: perl:clipboard:paste_escaped ! {{{1 Colours -URxvt*.depth: 32 -URxvt*.background: [75]#222222 +URxvt*.background: #000000 URxvt*.foreground: #f8f8f2 ! Black URxvt*.color0: #262729 diff --git a/compton.conf b/compton.conf index 6090d09..11cf9c9 100644 --- a/compton.conf +++ b/compton.conf @@ -27,6 +27,8 @@ blur-background = true; blur-background-frame = true; #blur-background-fixed = false; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; +# transaprent urxvt +opacity-rule = ["80:class_g = 'URxvt'"]; # Fading #fading = true; -- 2.48.1