diff options
author | Joe <rbo@gmx.us> | 2023-12-28 11:18:49 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-28 11:18:49 +0100 |
commit | ab93bc0398c230d566dd685c9c01a58879aefc17 (patch) | |
tree | e69a8588f83bfef80150a7b841c8f90478eb6ce9 /.config/picom.conf | |
parent | up (diff) | |
download | dotfiles-bsd-ab93bc0398c230d566dd685c9c01a58879aefc17.tar.gz dotfiles-bsd-ab93bc0398c230d566dd685c9c01a58879aefc17.tar.bz2 dotfiles-bsd-ab93bc0398c230d566dd685c9c01a58879aefc17.tar.xz dotfiles-bsd-ab93bc0398c230d566dd685c9c01a58879aefc17.tar.zst dotfiles-bsd-ab93bc0398c230d566dd685c9c01a58879aefc17.zip |
up
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; +}; |