From d32b3b1e6346d92b20e71defa3052c86ffb4971a Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Fri, 3 Nov 2023 13:40:14 +1100 Subject: Sample config updates again --- picom.sample.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/picom.sample.conf b/picom.sample.conf index 83d99e2..de27a67 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -1,3 +1,8 @@ + +# Enables patches for specific window managers. +# Currently patched: "awesome", "dwm" +wm-support = "none"; + ################################# # ANIMATIONS # ################################# @@ -31,6 +36,16 @@ animation-for-open-window = "zoom"; # Options: ("none","zoom","fly-in","slide-up","slide-down","slide-left","slide-right") animation-for-unmap-window = "slide-down"; +# Exclude certain windows from having a open animation. +animation-open-exclude = [ + "class_g = 'change-me'" +]; + +# Exclude certain windows from having a closing animation. +animation-unmap-exclude = [ + "class_g = 'change-me'" +]; + ################################# # Shadows # -- cgit v1.2.3