diff options
Diffstat (limited to '.compton.conf')
-rw-r--r-- | .compton.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.compton.conf b/.compton.conf index 8d92a79..d11924d 100644 --- a/.compton.conf +++ b/.compton.conf @@ -124,10 +124,9 @@ blur-background-exclude = [ "window_type = 'desktop'"
];
-#opacity-rule = [
-# "90:class_g = 'URxvt' && focused",
-# "60:class_g = 'URxvt' && !focused"
-#];
+opacity-rule = [
+ "70:class_g *= 'XTerm'"
+];
#################################
#
|