]> git.rmz.io Git - dotfiles.git/blobdiff - compton.conf
vim: add markdown ftplugin
[dotfiles.git] / compton.conf
index c7ee0c6f63565f3a070f05e53c02372b3909f27f..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;
@@ -37,7 +39,7 @@ blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
 #fade-exclude = [ ];
 
 # Other
-#backend = "xrender"
+backend = "glx"
 mark-wmwin-focused = true;
 #mark-ovredir-focused = true;
 #use-ewmh-active-win = false;