From 2624ec45ae47552abfbf0035189c1a6906c92c1c Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Tue, 18 Jan 2022 08:00:13 +0100 Subject: [PATCH] Update picom.conf --- config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index bfd4eef..da39cdf 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -44,8 +44,8 @@ inactive-opacity = 1.0; #opacity-rule = [ # "95:class_g = 'kitty' && focused", # "75:class_g = 'kitty' && !focused", -# "95:class_g = 'alacritty' && focused", -# "75:class_g = 'alacritty' && !focused" +# "95:class_g = 'Alacritty' && focused", +# "75:class_g = 'Alacritty' && !focused" #]; # Remember not to add comma "," to the last rule... but it must be at the end of all others.