From 816c66afb54e16ed940adc9d450af20f07dba425 Mon Sep 17 00:00:00 2001 From: quak Date: Tue, 27 Jan 2026 11:18:33 +0100 Subject: [PATCH] (picom) changed transparency settings --- picom/.config/picom.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'", ];