aboutsummaryrefslogtreecommitdiff
path: root/.compton.conf
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-08 15:53:02 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-08 15:53:02 +0200
commit82371129faf2f84eb6dece7bfef6e827e2300cdd (patch)
tree7301054a3ffaf6a5c0f8b84ee1007edf19b132f9 /.compton.conf
parent43de39dfa61a3d93a2a3266c9df400a4aeedd307 (diff)
downloaddotfiles-82371129faf2f84eb6dece7bfef6e827e2300cdd.tar.gz
GAPS
Diffstat (limited to '.compton.conf')
-rw-r--r--.compton.conf12
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"
+#];
#################################
#