picom pijulius

This commit is contained in:
Clay Gomera 2022-08-18 08:10:02 -04:00
parent a9487534f1
commit ebea8982d2

View file

@ -5,12 +5,21 @@
## /_____/_/ \__,_/_/|_|\___/ My custom picom config ## /_____/_/ \__,_/_/|_|\___/ My custom picom config
## Animations ## Animations
transition-length = 400 animations = true
transition-pow-x = 0.4 # `auto`, `none`, `fly-in`, `zoom`, `slide-down`, `slide-up`, `slide-left`, `slide-right` `slide-in`, `slide-out`
transition-pow-y = 0.4 animation-for-transient-window = "zoom"
transition-pow-w = 0.4 animation-for-open-window = "zoom"
transition-pow-h = 0.4 animation-for-unmap-window = "zoom"
size-transition = true 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 ## Shadows
shadow = true; shadow = true;
@ -35,8 +44,8 @@ fading = true;
fade-in-step = 0.05; fade-in-step = 0.05;
fade-out-step = 0.05; fade-out-step = 0.05;
fade-delta = 8 fade-delta = 8
# fade-exclude = [] fade-exclude = []
# no-fading-openclose = false no-fading-openclose = false
no-fading-destroyed-argb = false no-fading-destroyed-argb = false
## Transparency and opacity ## Transparency and opacity
@ -65,7 +74,7 @@ blur-background-exclude = [
## General Settings ## General Settings
backend = "glx"; backend = "glx";
vsync = false; vsync = true;
dbe = false; dbe = false;
detect-client-opacity = true; detect-client-opacity = true;
refresh-rate = 0; refresh-rate = 0;