diff options
Diffstat (limited to '.compton.conf')
-rw-r--r-- | .compton.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.compton.conf b/.compton.conf index 2b731b3..f8fb09d 100644 --- a/.compton.conf +++ b/.compton.conf @@ -84,6 +84,7 @@ shadow-exclude = [ "name *= 'compton'",
"name *= 'Chromium'",
"name *= 'Chrome'",
+ "name *= 'i3bar'",
"class_g = 'Firefox' && argb",
"class_g = 'Conky'",
"class_g = 'Kupfer'",
@@ -126,10 +127,10 @@ blur-background-exclude = [ blur-kern = "7x7box";
blur-method = "kawase";
-blur-strength = 5;
+blur-strength = 10;
opacity-rule = [
- "70:class_g *= 'XTerm'"
+ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
#################################
|