diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 3291bc5..a06fdec 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,8 +1,18 @@ backend = "glx"; +vsync = true; glx-no-stencil = true; glx-copy-from-front: false; glx-swap-method = 2; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +detect-rounted-corners = true; +detect-client-opacity = true; +refresh-rate: 0; +detect-transient = true; +detect-client-leader = true; +use-damage = true; + # Shadows shadows = true; shadow-radius = 6;