diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index fc51ebfb4..27b71cc23 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -5,6 +5,14 @@ ## /_____/_/ \__,_/_/|_|\___/ My custom picom config ## +## Animations +transition-length = 180; +transition-pow-x = 2.0; +transition-pow-y = 2.0; +transition-pow-w = 2.0; +transition-pow-h = 2.0; +size-transition = true; + ## Shadows shadow = true; shadow-radius = 7; @@ -40,15 +48,22 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # opaity-rule = [] ## General Settings -backend = "glx"; +daemon = true; +backend = "xr_glx_hybrid"; vsync = true; detect-client-opacity = true; -refresh-rate = 0; +refresh-rate = 60; detect-transient = true; glx-no-stencil = true; use-damage = true; xrender-sync-fence = true; +unredir-if-possible = true; glx-use-copysubbuffer-mesa = true; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +detect-rounded-corners = true; +detect-client-leader = false; +detect-trasient = true; wintypes: {