diff options
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 89bc38b..facd428 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -1,9 +1,9 @@ # basic configuration +# experimental-backends = true; backend = "glx"; paint-on-overlay = true; vsync = true; unredir-if-possible = false; -# experimental-backends = true; no-use-damage = true; # Inactive windows diming @@ -107,3 +107,8 @@ wintypes: fade = false; } }; + +blur: { + method = "dual_kawase"; + strength = 6; +}; |