diff options
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index c5312b4..9cd87fe 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1 +1,16 @@ -inactive-opacity = 0.95; +inactive-opacity = 0.90; +fade-in-step = 0.01; +fade-out-step = 0.01; +fade-delta = 16; +fading = true; +no-fading-openclose = true; +corner-radius = 10; +shadow = true; +blur = { + method = "gaussian"; + size = 5; + deviation = 5; +} +wintypes = { + +} |