cleaned up picom config

This commit is contained in:
scbj
2025-04-11 15:41:01 +02:00
parent a49b4242a0
commit 2cf6a5dced

View File

@@ -15,8 +15,6 @@ fade-delta = 8;
transparent-clipping = false; transparent-clipping = false;
opacity-rule = [ opacity-rule = [
"90:class_g = 'Alacritty'", "90:class_g = 'Alacritty'",
"90:class_g = 'Kitty'",
"90:class_g = 'Zutty'",
"90:class_g = 'com.mitchellh.ghostty'", "90:class_g = 'com.mitchellh.ghostty'",
"85:class_g = 'Polybar'", "85:class_g = 'Polybar'",
"95:class_g = 'SpeedCrunch'", "95:class_g = 'SpeedCrunch'",
@@ -29,7 +27,7 @@ rounded-corners-exclude = [
]; ];
# general # general
backend = "xrender"; backend = "glx";
vsync = true; vsync = true;
use-damage = true; use-damage = true;
xrender-sync = true; xrender-sync = true;