diff options
author | neodarz <neodarz@neodarz.net> | 2020-05-24 10:31:29 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-05-24 10:31:34 +0200 |
commit | 233e6b71f2782d80c89da9be3258972c41c2cf5f (patch) | |
tree | f4d08ba9786a74b8536d3e5bd9ad401ea5959b1c | |
parent | abd0c03e24aeedeb7032cfd5b8206406a6da6321 (diff) | |
download | dotfiles_dotdrop-233e6b71f2782d80c89da9be3258972c41c2cf5f.tar.xz dotfiles_dotdrop-233e6b71f2782d80c89da9be3258972c41c2cf5f.zip |
Add terminator transparency
-rw-r--r-- | dotfiles/config/picom/picom.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/config/picom/picom.conf b/dotfiles/config/picom/picom.conf index 6d7d1c4..28f3c62 100644 --- a/dotfiles/config/picom/picom.conf +++ b/dotfiles/config/picom/picom.conf @@ -128,7 +128,9 @@ blur-background-exclude = [ opacity-rule = [ "80:class_g = 'kitty' && focused", - "70:class_g = 'kitty' && !focused" + "80:class_g = 'Terminator' && focused", + "70:class_g = 'kitty' && !focused", + "70:class_g = 'Terminator' && !focused" ]; |