diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-13 11:43:23 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-13 11:43:23 +0200 |
commit | 6803c42a83ae2726ca1dc42c2300f49565b88642 (patch) | |
tree | 45c61ac3afe9bc2d778f9e17fcdc8e7b721560c3 /.compton.conf | |
parent | 0f359913af8ce5d5b020f98288b1241038545046 (diff) | |
download | dotfiles-6803c42a83ae2726ca1dc42c2300f49565b88642.tar.gz |
Some changes
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'"
+];
#################################
#
|