From 1c9d557044d2c0ee182d5c3fbcf54e8df5b5a610 Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 8 Jan 2025 10:26:42 +0100 Subject: [PATCH] picom .. zutty.. --- picom/.config/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 878ef84..6028554 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -16,6 +16,7 @@ transparent-clipping = false; opacity-rule = [ "90:class_g = 'Alacritty'", "90:class_g = 'Kitty'", + "90:class_g = 'Zutty'", "85:class_g = 'Polybar'", "95:class_g = 'SpeedCrunch'", ];