aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-05-24 10:31:29 +0200
committerneodarz <neodarz@neodarz.net>2020-05-24 10:31:34 +0200
commit233e6b71f2782d80c89da9be3258972c41c2cf5f (patch)
treef4d08ba9786a74b8536d3e5bd9ad401ea5959b1c /dotfiles
parentabd0c03e24aeedeb7032cfd5b8206406a6da6321 (diff)
downloaddotfiles-233e6b71f2782d80c89da9be3258972c41c2cf5f.tar.xz
dotfiles-233e6b71f2782d80c89da9be3258972c41c2cf5f.zip
Add terminator transparency
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/config/picom/picom.conf4
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"
];