picom.conf 225 B

12345678910111213
  1. backend = "glx";
  2. vsync = true;
  3. unredir-if-possible = false;
  4. # enable client side shadows
  5. shadow = true;
  6. # round-borders = 1;
  7. # corner-radius = 15.0;
  8. rounded-corners-exclude = [
  9. "class_g = 'dwm'",
  10. "class_g = 'Dunst'"
  11. ];