aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/services')
-rw-r--r--oni/home/services/picom.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/services/picom.scm b/oni/home/services/picom.scm
index 1be4eb0..28dde71 100644
--- a/oni/home/services/picom.scm
+++ b/oni/home/services/picom.scm
@@ -146,6 +146,9 @@
(fading
(boolean #f)
"Fade windows in/out when opening/closing and when opacity changes, unless no-fading-openclose is set")
+ (fade-exclude
+ (list '())
+ "Specify a list of conditions of windows that should not be faded.")
(fade-in-step
(percentage 2.8)
"Opacity change between steps while fading in")