diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-02-26 18:00:03 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-02-26 18:00:03 +0300 |
commit | 00a7bf1bd132abe1491b96e8f0c37ae1b8ec7138 (patch) | |
tree | 3824d99a5a2ce5063498e4a675b5511bc5011689 /.config/picom/picom.conf | |
parent | e72256be161a60a0671b2ed2868f4d3e99559645 (diff) |
added transparency and opacity rules
Diffstat (limited to '.config/picom/picom.conf')
-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 = { + +} |