diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 4feb37a..717b62d 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -11,8 +11,7 @@ fading = false; # opacity transparent-clipping = false; opacity-rule = [ - "90:class_g = 'Alacritty'", - "90:class_g = 'com.mitchellh.ghostty'", + "93:class_g = 'com.mitchellh.ghostty'", "95:class_g = 'SpeedCrunch'", ];