diff options
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a095613..335f0de 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,6 +1,11 @@ # just very slightly rounded corners # empty file, just so transparency works on st +backend = "glx"; +blur-kern = "3x3box"; +blur-method = "dual_kawase"; +blur-strength = 2; + opacity-rule = [ "98:class_g = 'SchildiChat' && focused", "98:class_g = 'SchildiChat' && !focused" |
