From 2cf6a5dced6015bb6f8b757a74ff416d233bf9ba Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 11 Apr 2025 15:41:01 +0200 Subject: [PATCH] cleaned up picom config --- picom/.config/picom.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index e17a413..23b8084 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -15,8 +15,6 @@ fade-delta = 8; transparent-clipping = false; opacity-rule = [ "90:class_g = 'Alacritty'", - "90:class_g = 'Kitty'", - "90:class_g = 'Zutty'", "90:class_g = 'com.mitchellh.ghostty'", "85:class_g = 'Polybar'", "95:class_g = 'SpeedCrunch'", @@ -29,7 +27,7 @@ rounded-corners-exclude = [ ]; # general -backend = "xrender"; +backend = "glx"; vsync = true; use-damage = true; xrender-sync = true;