From ebea8982d2c06588021fb5e17d3e27e0337592a0 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Thu, 18 Aug 2022 08:10:02 -0400 Subject: [PATCH] picom pijulius --- user/.config/picom/picom.conf | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/user/.config/picom/picom.conf b/user/.config/picom/picom.conf index a2606a458..989d4479e 100644 --- a/user/.config/picom/picom.conf +++ b/user/.config/picom/picom.conf @@ -5,12 +5,21 @@ ## /_____/_/ \__,_/_/|_|\___/ My custom picom config ## Animations -transition-length = 400 -transition-pow-x = 0.4 -transition-pow-y = 0.4 -transition-pow-w = 0.4 -transition-pow-h = 0.4 -size-transition = true +animations = true +# `auto`, `none`, `fly-in`, `zoom`, `slide-down`, `slide-up`, `slide-left`, `slide-right` `slide-in`, `slide-out` +animation-for-transient-window = "zoom" +animation-for-open-window = "zoom" +animation-for-unmap-window = "zoom" +animation-for-menu-window = "zoom" +animation-for-workspace-switch-out = "zoom" +animation-for-workspace-switch-in = "zoom" +animation-stiffness = 300; +animation-dampening = 16; +animation-window-mass = 1; +animation-clamping = true; +animation-delta = 16; +#animation-force-steps = false; + ## Shadows shadow = true; @@ -35,8 +44,8 @@ fading = true; fade-in-step = 0.05; fade-out-step = 0.05; fade-delta = 8 -# fade-exclude = [] -# no-fading-openclose = false +fade-exclude = [] +no-fading-openclose = false no-fading-destroyed-argb = false ## Transparency and opacity @@ -58,14 +67,14 @@ blur: { kern = "3x3box"; } blur-background-exclude = [ - #"window_type = 'dock'", - #"window_type = 'desktop'", + #"window_type = 'dock'", + #"window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c" ]; ## General Settings backend = "glx"; -vsync = false; +vsync = true; dbe = false; detect-client-opacity = true; refresh-rate = 0;