diff options
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 335f0de..fa4d989 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,16 +1,6 @@ # 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" -] - # corner-radius = 6 # rounded-corners-exclude = [ |
