diff options
| author | allusive-dev <[email protected]> | 2023-11-09 11:26:21 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-09 11:26:21 +1100 |
| commit | 9df66549808f3d982b76695b94b394406ad2a8e7 (patch) | |
| tree | 75c5ca62d343ac49b5175610a3315a70a29f9db3 | |
| parent | added blur whitelist toggle according to request in #17. Deprecated focus-exc... (diff) | |
| download | compfy-9df66549808f3d982b76695b94b394406ad2a8e7.tar.xz compfy-9df66549808f3d982b76695b94b394406ad2a8e7.zip | |
updated sample config
| -rw-r--r-- | picom.sample.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/picom.sample.conf b/picom.sample.conf index 51bbf39..e980c2d 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -201,6 +201,10 @@ blur-method = "dual_kawase"; # blur-strength = 5; +# Blur kernel preset. Play around and see what looks best. +# Options "3x3box", "5x5box", "7x7box", "3x3gaussian", "5x5gaussian", "7x7gaussian", "9x9gaussian", "11x11gaussian" +# blur-kern = "3x3box" + # Blur background of semi-transparent / ARGB windows. # Bad in performance, with driver-dependent behavior. # The name of the switch may change without prior notifications. |