From 05ba6544e2548cda40b5b39938f66d168bf8fb0b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Mar 2023 16:54:55 -0700 Subject: Try to fix transparency of xfreerdp --- oni/home/services/picom.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'oni/home/services/picom.scm') 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") -- cgit v1.2.3-54-g00ecf