From 3a975688aea8820742741e7a88f6a23a53092d6e Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Fri, 26 May 2023 02:33:38 -0400 Subject: [PATCH] fixed picom --- user/.config/picom/picom.conf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/user/.config/picom/picom.conf b/user/.config/picom/picom.conf index 93031661e..37579b543 100644 --- a/user/.config/picom/picom.conf +++ b/user/.config/picom/picom.conf @@ -4,23 +4,6 @@ ## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ## /_____/_/ \__,_/_/|_|\___/ My custom picom config -## Animations -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 = true; - - ## Shadows shadow = false; #shadow-radius = 8;