diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-09-23 09:57:03 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-09-23 09:57:03 +0200 |
commit | b2ba8a3a1c963efef164f2719f1019154a139963 (patch) | |
tree | 1a79d83bf410d98c4174bfe290f671f8f1b0b8fd /.compton.conf | |
parent | 40bd2afaf8cb075c58223da2c17b549a1d479d37 (diff) | |
download | dotfiles-b2ba8a3a1c963efef164f2719f1019154a139963.tar.gz |
sdjfkdjfk
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'"
];
#################################
|