]> git.rmz.io Git - dotfiles.git/commitdiff
urxvt: have compton handle transparency
authorSamir Benmendil <samir.benmendil@gmail.com>
Fri, 26 Sep 2014 15:09:11 +0000 (16:09 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Oct 2014 02:28:00 +0000 (03:28 +0100)
Xresources
compton.conf

index 7508d674e1d263c09b36311552be37a26fcc1cb0..17dff2fa9a04c8f7f7c4a0aef797981add1ca0ff 100644 (file)
@@ -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
index 6090d09855b6fcaa825f837329a426c866a69453..11cf9c942add9e6036698159bf06c841ea2e62b2 100644 (file)
@@ -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;