summaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-02-24 23:12:20 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-02-24 23:12:20 -0700
commit48429992410a0e3664df8d42b088d990db784d90 (patch)
tree3a5c66b0817486a7831247e7362db49023cbb5bc /.config/picom.conf
parentd1ffcbc2c8d3e454f839c2094a913b8b952a8605 (diff)
Add ssg and rssg for static webpage management, other fixes
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index f9d81b8..a34b556 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -56,7 +56,7 @@ blur-background-exclude = [
];
##---Fading---##
-fading = false;
+fading = true;
fade-delta = 4;
fade-in-step = 0.03;
fade-out-step = 0.03;
@@ -83,7 +83,7 @@ wintypes:
{
tooltip =
{
- fade = false;
+ fade = true;
shadow = false;
opacity = 0.85;
focus = true;