From 233e6b71f2782d80c89da9be3258972c41c2cf5f Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 24 May 2020 10:31:29 +0200 Subject: Add terminator transparency --- dotfiles/config/picom/picom.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ]; -- cgit v1.2.1