From 48429992410a0e3664df8d42b088d990db784d90 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 24 Feb 2021 23:12:20 -0700 Subject: Add ssg and rssg for static webpage management, other fixes --- .config/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/picom.conf') 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; -- cgit v1.2.3-54-g00ecf