diff options
| author | allusive-dev <[email protected]> | 2023-11-04 17:49:36 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-04 17:49:36 +1100 |
| commit | 927c507effb47b35fd4d98c4818fb64f96d5bf5e (patch) | |
| tree | 8a8b6162f4b61040ef61d0ebd39d24ca12435bd9 /picom.sample.conf | |
| parent | updated default values (diff) | |
| download | compfy-927c507effb47b35fd4d98c4818fb64f96d5bf5e.tar.xz compfy-927c507effb47b35fd4d98c4818fb64f96d5bf5e.zip | |
added inactive and active opacity exclude lists
Diffstat (limited to 'picom.sample.conf')
| -rw-r--r-- | picom.sample.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/picom.sample.conf b/picom.sample.conf index bcd7849..7111256 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -1,6 +1,6 @@ # Enables patches for specific window managers. -# Currently patched: "awesome", "dwm" +# Currently patched: "awesome", "dwm", "herb" wm-support = "none"; ################################# @@ -102,7 +102,11 @@ shadow-offset-y = -15; # FADING IS REQUIRED FOR CLOSING ANIMATIONS fading = true; -# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) +# +# CHANGING FADING SETTINGS MAKE A BIG DIFFERENCE TO HOW ANIMATIONS APPEAR. ITS NOT RECCOMENDED TO CHANGE FADE SETTINGS. +# + +# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.03) fade-in-step = 0.03; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) @@ -144,10 +148,7 @@ active-opacity = 1.0 # Specify a list of conditions of windows that should never be considered focused. # focus-exclude = [ # "class_g = 'Cairo-clock'" -#]; - -# Use fixed inactive dim value, instead of adjusting according to window opacity. -# inactive-dim-fixed = 1.0 +#]; # Specify a list of opacity rules, in the format `PERCENT:PATTERN`, # like `50:name *= "Firefox"`. |