diff options
Diffstat (limited to '.compton.conf')
-rw-r--r-- | .compton.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.compton.conf b/.compton.conf index 573c103..8d92a79 100644 --- a/.compton.conf +++ b/.compton.conf @@ -114,9 +114,9 @@ inactive-opacity-override = false; # Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
-# blur-background = true;
+blur-background = true;
# Blur background of opaque windows with transparent frames as well.
-# blur-background-frame = true;
+ blur-background-frame = true;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = false;
blur-background-exclude = [
@@ -124,10 +124,10 @@ blur-background-exclude = [ "window_type = 'desktop'"
];
-opacity-rule = [
- "90:class_g = 'URxvt' && focused",
- "60:class_g = 'URxvt' && !focused"
-];
+#opacity-rule = [
+# "90:class_g = 'URxvt' && focused",
+# "60:class_g = 'URxvt' && !focused"
+#];
#################################
#
|